Transfer

Interface
Represents an asset transfer.
export interface Transfer { 
  readonly amount: Fixed8; 
  readonly asset: Address; 
  readonly to?: Address; 
  readonly from?: Address; 
  readonly [OpaqueTagSymbol0]: unique symbol; 
} 

Properties

amount
Fixed8
The amount transferred.
asset
The UInt160 hash of the contract.
to
The desination Address of the transfer.
from
The Address of the source of the transfer.
  • @neo-one/client
  • @neo-one/smart-contract
DOCS
InstallationMain ConceptsAdvanced GuidesAPI ReferenceContributing
CHANNELS
GitHubStack OverflowDiscord ChatTwitterYouTube
COPYRIGHT © 2021 NEO•ONE