Account

Interface
An Account represents the balances of NEO, GAS an other native assets at a given Address.
export interface Account { 
  readonly address: AddressString; 
  readonly balances: { 
    readonly [asset: string]: BigNumber; 
  }; 
} 

Properties

address
The address of this Account.
balances
{ readonly [asset: string]: BigNumber; }
A mapping from a Hash256String of a native Asset to the value of the held by the address for this Account.
  • @neo-one/client
  • @neo-one/smart-contract
DOCS
InstallationMain ConceptsAdvanced GuidesAPI ReferenceContributing
CHANNELS
GitHubStack OverflowDiscord ChatTwitterYouTube
COPYRIGHT © 2021 NEO•ONE