New Funds Request
Action for creating a new payment request; new_funds_request
Note: actor is not needed, computed from private key
Content copied to clipboard
TW.FIO.Proto.Action.NewFundsRequest
Types
Functions
Link copied to clipboard
Payload content of the request
Content copied to clipboard
.TW.FIO.Proto.NewFundsContent content = 4;
Link copied to clipboard
Link copied to clipboard
Own FIO name. Ex.: "bob@trust"
Content copied to clipboard
string payee_fio_name = 3;
Link copied to clipboard
Own FIO name. Ex.: "bob@trust"
Content copied to clipboard
string payee_fio_name = 3;
Link copied to clipboard
The FIO address (not name) of the payer, owner of payee_fio_name. Ex.: "FIO6m1fMdTpRkRBnedvYshXCxLFiC5suRU8KDfx8xxtXp2hntxpnf"
Content copied to clipboard
string payer_fio_address = 2;
Link copied to clipboard
The FIO address (not name) of the payer, owner of payee_fio_name. Ex.: "FIO6m1fMdTpRkRBnedvYshXCxLFiC5suRU8KDfx8xxtXp2hntxpnf"
Content copied to clipboard
string payer_fio_address = 2;
Link copied to clipboard
The FIO name of the requested payer. Ex.: "alice@trust"
Content copied to clipboard
string payer_fio_name = 1;
Link copied to clipboard
The FIO name of the requested payer. Ex.: "alice@trust"
Content copied to clipboard
string payer_fio_name = 1;
Link copied to clipboard
Payload content of the request
Content copied to clipboard
.TW.FIO.Proto.NewFundsContent content = 4;
Link copied to clipboard
Link copied to clipboard
open fun parseDelimitedFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): NewFundsRequest
Link copied to clipboard
open fun parseFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): NewFundsRequest