NewFundsRequest

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

Types

Link copied to clipboard
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
open fun getContent(): NewFundsContent
Payload content of the request
.TW.FIO.Proto.NewFundsContent content = 4;
Link copied to clipboard
open fun getDefaultInstance(): NewFundsRequest
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
Link copied to clipboard
open fun parseDelimitedFrom(input: InputStream): NewFundsRequest
open fun parseDelimitedFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): NewFundsRequest
Link copied to clipboard
open fun parseFrom(data: Array<Byte>): NewFundsRequest
open fun parseFrom(data: ByteString): NewFundsRequest
open fun parseFrom(input: CodedInputStream): NewFundsRequest
open fun parseFrom(input: InputStream): NewFundsRequest
open fun parseFrom(data: ByteBuffer): NewFundsRequest
open fun parseFrom(data: Array<Byte>, extensionRegistry: ExtensionRegistryLite): NewFundsRequest
open fun parseFrom(data: ByteString, extensionRegistry: ExtensionRegistryLite): NewFundsRequest
open fun parseFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): NewFundsRequest
open fun parseFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): NewFundsRequest
open fun parseFrom(data: ByteBuffer, extensionRegistry: ExtensionRegistryLite): NewFundsRequest
Link copied to clipboard
open fun parser(): Parser<NewFundsRequest>

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard