ContractParameterType

Enum
The possible types of contract parameters.
export enum ContractParameterType { 
  Any = 0x00, 
  Boolean = 0x10, 
  Integer = 0x11, 
  ByteArray = 0x12, 
  String = 0x13, 
  Hash160 = 0x14, 
  Hash256 = 0x15, 
  PublicKey = 0x16, 
  Signature = 0x17, 
  Array = 0x20, 
  Map = 0x22, 
  InteropInterface = 0x30, 
  Void = 0xff, 
} 

Members

  • @neo-one/client
  • @neo-one/smart-contract
DOCS
InstallationMain ConceptsAdvanced GuidesAPI ReferenceContributing
CHANNELS
GitHubStack OverflowDiscord ChatTwitterYouTube
COPYRIGHT © 2021 NEO•ONE