Builder

class Builder
Action for creating a new payment request; new_funds_request
Note: actor is not needed, computed from private key
Protobuf type TW.FIO.Proto.Action.NewFundsRequest

Functions

Link copied to clipboard
Payload content of the request
.TW.FIO.Proto.NewFundsContent content = 4;
Link copied to clipboard
Max fee to spend, can be obtained using get_fee API.
uint64 fee = 5;
Link copied to clipboard
Own FIO name.  Ex.: "bob@trust"
string payee_fio_name = 3;
Link copied to clipboard
The FIO address (not name) of the payer, owner of payee_fio_name.  Ex.: "FIO6m1fMdTpRkRBnedvYshXCxLFiC5suRU8KDfx8xxtXp2hntxpnf"
string payer_fio_address = 2;
Link copied to clipboard
The FIO name of the requested payer. Ex.: "alice@trust"
string payer_fio_name = 1;
Link copied to clipboard
open fun getContent(): NewFundsContent
Payload content of the request
.TW.FIO.Proto.NewFundsContent content = 4;
Link copied to clipboard
open fun getFee(): Long
Max fee to spend, can be obtained using get_fee API.
uint64 fee = 5;
Link copied to clipboard
Own FIO name.  Ex.: "bob@trust"
string payee_fio_name = 3;
Link copied to clipboard
open fun getPayeeFioNameBytes(): ByteString
Own FIO name.  Ex.: "bob@trust"
string payee_fio_name = 3;
Link copied to clipboard
The FIO address (not name) of the payer, owner of payee_fio_name.  Ex.: "FIO6m1fMdTpRkRBnedvYshXCxLFiC5suRU8KDfx8xxtXp2hntxpnf"
string payer_fio_address = 2;
Link copied to clipboard
open 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
The FIO name of the requested payer. Ex.: "alice@trust"
string payer_fio_name = 1;
Link copied to clipboard
open fun getPayerFioNameBytes(): ByteString
The FIO name of the requested payer. Ex.: "alice@trust"
string payer_fio_name = 1;
Link copied to clipboard
open fun hasContent(): Boolean
Payload content of the request
.TW.FIO.Proto.NewFundsContent content = 4;
Link copied to clipboard
open fun mergeContent(value: NewFundsContent): FIO.Action.NewFundsRequest.Builder
Payload content of the request
.TW.FIO.Proto.NewFundsContent content = 4;
Link copied to clipboard
open fun setContent(builderForValue: Builder): FIO.Action.NewFundsRequest.Builder
open fun setContent(value: NewFundsContent): FIO.Action.NewFundsRequest.Builder
Payload content of the request
.TW.FIO.Proto.NewFundsContent content = 4;
Link copied to clipboard
Max fee to spend, can be obtained using get_fee API.
uint64 fee = 5;
Link copied to clipboard
Own FIO name.  Ex.: "bob@trust"
string payee_fio_name = 3;
Link copied to clipboard
Own FIO name.  Ex.: "bob@trust"
string payee_fio_name = 3;
Link copied to clipboard
The FIO address (not name) of the payer, owner of payee_fio_name.  Ex.: "FIO6m1fMdTpRkRBnedvYshXCxLFiC5suRU8KDfx8xxtXp2hntxpnf"
string payer_fio_address = 2;
Link copied to clipboard
The FIO address (not name) of the payer, owner of payee_fio_name.  Ex.: "FIO6m1fMdTpRkRBnedvYshXCxLFiC5suRU8KDfx8xxtXp2hntxpnf"
string payer_fio_address = 2;
Link copied to clipboard
The FIO name of the requested payer. Ex.: "alice@trust"
string payer_fio_name = 1;
Link copied to clipboard
The FIO name of the requested payer. Ex.: "alice@trust"
string payer_fio_name = 1;