RawArrayStackItem

Interface
export interface RawArrayStackItem extends RawStackItemBase { 
  readonly type: 'Array'; 
  readonly value: readonly RawStackItem[]; 
} 

Properties

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