AssetTransferOrBuilder

Functions

Link copied to clipboard
abstract fun getAmount(): Long
Amount
uint64 amount = 2;
Link copied to clipboard
abstract fun getAssetId(): Long
ID of the asset being transferred
uint64 asset_id = 3;
Link copied to clipboard
abstract fun getToAddress(): String
Destination address (string)
string to_address = 1;
Link copied to clipboard
abstract fun getToAddressBytes(): ByteString
Destination address (string)
string to_address = 1;

Inheritors

Link copied to clipboard