NewFundsRequestOrBuilder

Functions

Link copied to clipboard
abstract fun getContent(): NewFundsContent
Payload content of the request
.TW.FIO.Proto.NewFundsContent content = 4;
Link copied to clipboard
abstract fun getFee(): Long
Max fee to spend, can be obtained using get_fee API.
uint64 fee = 5;
Link copied to clipboard
abstract fun getPayeeFioName(): String
Own FIO name.  Ex.: "bob@trust"
string payee_fio_name = 3;
Link copied to clipboard
abstract fun getPayeeFioNameBytes(): ByteString
Own FIO name.  Ex.: "bob@trust"
string payee_fio_name = 3;
Link copied to clipboard
abstract fun getPayerFioAddress(): String
The FIO address (not name) of the payer, owner of payee_fio_name.  Ex.: "FIO6m1fMdTpRkRBnedvYshXCxLFiC5suRU8KDfx8xxtXp2hntxpnf"
string payer_fio_address = 2;
Link copied to clipboard
abstract fun getPayerFioAddressBytes(): ByteString
The FIO address (not name) of the payer, owner of payee_fio_name.  Ex.: "FIO6m1fMdTpRkRBnedvYshXCxLFiC5suRU8KDfx8xxtXp2hntxpnf"
string payer_fio_address = 2;
Link copied to clipboard
abstract fun getPayerFioName(): String
The FIO name of the requested payer. Ex.: "alice@trust"
string payer_fio_name = 1;
Link copied to clipboard
abstract fun getPayerFioNameBytes(): ByteString
The FIO name of the requested payer. Ex.: "alice@trust"
string payer_fio_name = 1;
Link copied to clipboard
abstract fun hasContent(): Boolean
Payload content of the request
.TW.FIO.Proto.NewFundsContent content = 4;

Inheritors

Link copied to clipboard