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 address: Address; 
  readonly asset: Hash256; 
  readonly value: Fixed8; 
  readonly [OpaqueTagSymbol0]: unique symbol; 
} 

Properties

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