ContractParameterDefinition

Interface
Describes the details of a contract parameter.
export interface ContractParameterDefinition { 
  readonly name: string; 
  readonly type: ContractParameterType; 
  readonly [OpaqueTagSymbol0]: unique symbol; 
} 

Properties

name
string
The name of the contract parameter.
type
ContractParameterType
The type of the contract parameter. @see ContractParameterType for information on possible contract parameter types.
  • @neo-one/client
  • @neo-one/smart-contract
DOCS
InstallationMain ConceptsAdvanced GuidesAPI ReferenceContributing
CHANNELS
GitHubStack OverflowDiscord ChatTwitterYouTube
COPYRIGHT © 2021 NEO•ONE