Builder

class Builder
Asset Transfer message, with assetID
Protobuf type TW.Algorand.Proto.AssetTransfer

Functions

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