TransferAssetContractOrBuilder

Functions

Link copied to clipboard
abstract fun getAmount(): Long
Amount to send.
int64 amount = 4;
Link copied to clipboard
abstract fun getAssetName(): String
Asset name.
string asset_name = 1;
Link copied to clipboard
abstract fun getAssetNameBytes(): ByteString
Asset name.
string asset_name = 1;
Link copied to clipboard
abstract fun getOwnerAddress(): String
Sender address.
string owner_address = 2;
Link copied to clipboard
abstract fun getOwnerAddressBytes(): ByteString
Sender address.
string owner_address = 2;
Link copied to clipboard
abstract fun getToAddress(): String
Recipient address.
string to_address = 3;
Link copied to clipboard
abstract fun getToAddressBytes(): ByteString
Recipient address.
string to_address = 3;

Inheritors

Link copied to clipboard