Builder

class Builder
Payload content for New Funds requests
Protobuf type TW.FIO.Proto.NewFundsContent

Functions

Link copied to clipboard
Amount requested (as string)
string amount = 2;
Link copied to clipboard
Coin symbol of the amount requested (a.k.a. tokenCode)
string coin_symbol = 3;
Link copied to clipboard
Hash.  Optional, may be empty.
string hash = 5;
Link copied to clipboard
Memo free text.  Optional, may be empty.
string memo = 4;
Link copied to clipboard
Attached offline URL.  Optional, may be empty.
string offline_url = 6;
Link copied to clipboard
Public addressed of the payee, on the mentioned blockchain.
string payee_public_address = 1;
Link copied to clipboard
open fun getAmount(): String
Amount requested (as string)
string amount = 2;
Link copied to clipboard
open fun getAmountBytes(): ByteString
Amount requested (as string)
string amount = 2;
Link copied to clipboard
open fun getCoinSymbol(): String
Coin symbol of the amount requested (a.k.a. tokenCode)
string coin_symbol = 3;
Link copied to clipboard
open fun getCoinSymbolBytes(): ByteString
Coin symbol of the amount requested (a.k.a. tokenCode)
string coin_symbol = 3;
Link copied to clipboard
open fun getHash(): String
Hash.  Optional, may be empty.
string hash = 5;
Link copied to clipboard
open fun getHashBytes(): ByteString
Hash.  Optional, may be empty.
string hash = 5;
Link copied to clipboard
open fun getMemo(): String
Memo free text.  Optional, may be empty.
string memo = 4;
Link copied to clipboard
open fun getMemoBytes(): ByteString
Memo free text.  Optional, may be empty.
string memo = 4;
Link copied to clipboard
open fun getOfflineUrl(): String
Attached offline URL.  Optional, may be empty.
string offline_url = 6;
Link copied to clipboard
open fun getOfflineUrlBytes(): ByteString
Attached offline URL.  Optional, may be empty.
string offline_url = 6;
Link copied to clipboard
Public addressed of the payee, on the mentioned blockchain.
string payee_public_address = 1;
Link copied to clipboard
open fun getPayeePublicAddressBytes(): ByteString
Public addressed of the payee, on the mentioned blockchain.
string payee_public_address = 1;
Link copied to clipboard
Amount requested (as string)
string amount = 2;
Link copied to clipboard
open fun setAmountBytes(value: ByteString): FIO.NewFundsContent.Builder
Amount requested (as string)
string amount = 2;
Link copied to clipboard
Coin symbol of the amount requested (a.k.a. tokenCode)
string coin_symbol = 3;
Link copied to clipboard
open fun setCoinSymbolBytes(value: ByteString): FIO.NewFundsContent.Builder
Coin symbol of the amount requested (a.k.a. tokenCode)
string coin_symbol = 3;
Link copied to clipboard
Hash.  Optional, may be empty.
string hash = 5;
Link copied to clipboard
open fun setHashBytes(value: ByteString): FIO.NewFundsContent.Builder
Hash.  Optional, may be empty.
string hash = 5;
Link copied to clipboard
Memo free text.  Optional, may be empty.
string memo = 4;
Link copied to clipboard
open fun setMemoBytes(value: ByteString): FIO.NewFundsContent.Builder
Memo free text.  Optional, may be empty.
string memo = 4;
Link copied to clipboard
Attached offline URL.  Optional, may be empty.
string offline_url = 6;
Link copied to clipboard
open fun setOfflineUrlBytes(value: ByteString): FIO.NewFundsContent.Builder
Attached offline URL.  Optional, may be empty.
string offline_url = 6;
Link copied to clipboard
Public addressed of the payee, on the mentioned blockchain.
string payee_public_address = 1;
Link copied to clipboard
Public addressed of the payee, on the mentioned blockchain.
string payee_public_address = 1;