Transfer

Interface
Represents a transfer of native assets.
export interface Transfer { 
  readonly amount: BigNumber; 
  readonly asset: Hash256String; 
  readonly to: AddressString; 
} 

Properties

amount
BigNumber
Amount to be transferred
asset
Hash256String
Hash256 in string format of the native Asset to transfer.
to
Destination address.
  • @neo-one/client
  • @neo-one/smart-contract
DOCS
InstallationMain ConceptsAdvanced GuidesAPI ReferenceContributing
CHANNELS
GitHubStack OverflowDiscord ChatTwitterYouTube
COPYRIGHT © 2021 NEO•ONE