RawMapStackItem

Interface
export interface RawMapStackItem extends RawStackItemBase { 
  readonly type: 'Map'; 
  readonly value: ReadonlyArray<readonly [RawStackItem, RawStackItem]>; 
} 

Properties

type
'Map'
value
ReadonlyArray<readonly [RawStackItem, RawStackItem]>
  • @neo-one/client
  • @neo-one/smart-contract
DOCS
InstallationMain ConceptsAdvanced GuidesAPI ReferenceContributing
CHANNELS
GitHubStack OverflowDiscord ChatTwitter
COPYRIGHT © 2021 NEO•ONE