Output

Interface
Outputs represent the destination Address and amount transferred of a given Asset. The sum of the unspent Outputs of an Address represent the total balance of the Address.
export interface Output { 
  readonly asset: Hash256String; 
  readonly value: BigNumber; 
  readonly address: AddressString; 
} 

Properties

asset
Hash of the Asset that was transferred.
value
BigNumber
Amount transferred.
address
Destination Address.
  • @neo-one/client
  • @neo-one/smart-contract
DOCS
InstallationMain ConceptsAdvanced GuidesAPI ReferenceContributing
CHANNELS
GitHubStack OverflowDiscord ChatTwitterYouTube
COPYRIGHT © 2021 NEO•ONE