ArrayABIReturn

Interface
Array return type.
export interface ArrayABIReturn extends ABIReturnBase { 
  readonly type: 'Array'; 
  readonly value: ABIReturn; 
} 

Properties

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