MapContractParameter

Interface
Invocation stack item for a Map.
export interface MapContractParameter { 
  readonly type: 'Map'; 
  readonly value: ReadonlyArray<readonly [ContractParameter, ContractParameter]>; 
} 

Properties

type
'Map'
type distinguishes MapContractParameter from other ContractParameter object types.
value
ReadonlyArray<readonly [ContractParameter, ContractParameter]>
A map of ContractParameter to ContractParameter. Represented as an array of pairs because JavaScript Map keys do not have the same semantics as the NEO VM.
  • @neo-one/client
  • @neo-one/smart-contract
DOCS
InstallationMain ConceptsAdvanced GuidesAPI ReferenceContributing
CHANNELS
GitHubStack OverflowDiscord ChatTwitterYouTube
COPYRIGHT © 2021 NEO•ONE