RenewFioAddressOrBuilder

Functions

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 getFioAddress(): String
The FIO name to be renewed. Ex.: "alice@trust"
string fio_address = 1;
Link copied to clipboard
abstract fun getFioAddressBytes(): ByteString
The FIO name to be renewed. Ex.: "alice@trust"
string fio_address = 1;
Link copied to clipboard
FIO address of the owner. Ex.: "FIO6m1fMdTpRkRBnedvYshXCxLFiC5suRU8KDfx8xxtXp2hntxpnf"
string owner_fio_public_key = 2;
Link copied to clipboard
abstract fun getOwnerFioPublicKeyBytes(): ByteString
FIO address of the owner. Ex.: "FIO6m1fMdTpRkRBnedvYshXCxLFiC5suRU8KDfx8xxtXp2hntxpnf"
string owner_fio_public_key = 2;

Inheritors

Link copied to clipboard