MapABIReturn

Interface
Map return type.
export interface MapABIReturn extends ABIReturnBase { 
  readonly type: 'Map'; 
  readonly key: ABIReturn; 
  readonly value: ABIReturn; 
} 

Properties

type
'Map'
type differentiates the MapABIReturn object from other ABIReturn objects.
key
Key type of the Map.
value
Value type of the Map.
  • @neo-one/client
  • @neo-one/smart-contract
DOCS
InstallationMain ConceptsAdvanced GuidesAPI ReferenceContributing
CHANNELS
GitHubStack OverflowDiscord ChatTwitterYouTube
COPYRIGHT © 2021 NEO•ONE