Transfer

Interface
Represents a native Asset transfer.
export interface Transfer { 
  readonly amount: Fixed<8>; 
  readonly asset: Hash256; 
  readonly to: Address; 
} 

Properties

amount
Fixed<8>
The amount transferred.
asset
The Hash256 of the Asset transferred.
to
The desination Address of the transfer.
  • @neo-one/client
  • @neo-one/smart-contract
DOCS
InstallationMain ConceptsAdvanced GuidesAPI ReferenceContributing
CHANNELS
GitHubStack OverflowDiscord ChatTwitterYouTube
COPYRIGHT © 2021 NEO•ONE