ObjectABIReturn

Interface
Object return type.
export interface ObjectABIReturn extends ABIReturnBase { 
  readonly type: 'Object'; 
  readonly properties: { readonly [key: string]: ABIReturn }; 
} 

Properties

type
'Object'
type differentiates the ObjectABIReturn object from other ABIReturn objects.
properties
{ readonly [key: string]: ABIReturn; }
Properties of the Object.
  • @neo-one/client
  • @neo-one/smart-contract
DOCS
InstallationMain ConceptsAdvanced GuidesAPI ReferenceContributing
CHANNELS
GitHubStack OverflowDiscord ChatTwitterYouTube
COPYRIGHT © 2021 NEO•ONE