TransferOrBuilder

Functions

Link copied to clipboard
abstract fun getAmount(): Long
Amount of FIO coins to be transferred.
uint64 amount = 2;
Link copied to clipboard
abstract fun getFee(): Long
Max fee to spend, can be obtained using get_fee API.
uint64 fee = 3;
Link copied to clipboard
abstract fun getPayeePublicKey(): String
FIO address of the payee. Ex.: "FIO6m1fMdTpRkRBnedvYshXCxLFiC5suRU8KDfx8xxtXp2hntxpnf"
string payee_public_key = 1;
Link copied to clipboard
abstract fun getPayeePublicKeyBytes(): ByteString
FIO address of the payee. Ex.: "FIO6m1fMdTpRkRBnedvYshXCxLFiC5suRU8KDfx8xxtXp2hntxpnf"
string payee_public_key = 1;

Inheritors

Link copied to clipboard