AnyContractParameter

Interface
Invocation stack item for an Any.
export interface AnyContractParameter { 
  readonly type: 'Any'; 
  readonly value: undefined; 
} 

Properties

type
'Any'
type distinguishes AnyContractParemeter from other ContractParameter object types.
value
undefined
Value is not defined.
  • @neo-one/client
  • @neo-one/smart-contract
DOCS
InstallationMain ConceptsAdvanced GuidesAPI ReferenceContributing
CHANNELS
GitHubStack OverflowDiscord ChatTwitterYouTube
COPYRIGHT © 2021 NEO•ONE