Param

Type Alias
Valid parameter types for a smart contract method.
export type Param = 
  | undefined 
  | BigNumber 
  | string 
  | BufferString 
  | AddressString 
  | Hash256String 
  | PublicKeyString 
  | boolean 
  | ParamArray 
  | ParamMap 
  | ParamObject 
  | ForwardValue; 
  • @neo-one/client
  • @neo-one/smart-contract
DOCS
InstallationMain ConceptsAdvanced GuidesAPI ReferenceContributing
CHANNELS
GitHubStack OverflowDiscord ChatTwitterYouTube
COPYRIGHT © 2021 NEO•ONE