TransferMessageOrBuilder

Functions

Link copied to clipboard
abstract fun getAmount(): Long
amount
int64 amount = 1;
Link copied to clipboard
abstract fun getAsset(): String
asset ID
string asset = 2;
Link copied to clipboard
abstract fun getAssetBytes(): ByteString
asset ID
string asset = 2;
Link copied to clipboard
abstract fun getAttachment(): ByteString
any 140 bytes payload, will be displayed to the client as utf-8 string
bytes attachment = 6;
Link copied to clipboard
abstract fun getFee(): Long
minimum 0.001 Waves (100000 Wavelets) for now
int64 fee = 3;
Link copied to clipboard
abstract fun getFeeAsset(): String
asset of the fee
string fee_asset = 4;
Link copied to clipboard
abstract fun getFeeAssetBytes(): ByteString
asset of the fee
string fee_asset = 4;
Link copied to clipboard
abstract fun getTo(): String
destination address
string to = 5;
Link copied to clipboard
abstract fun getToBytes(): ByteString
destination address
string to = 5;

Inheritors

Link copied to clipboard