NewFundsContent

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

Types

Link copied to clipboard
class Builder
Payload content for New Funds requests
Protobuf type TW.FIO.Proto.NewFundsContent

Functions

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 getDefaultInstance(): NewFundsContent
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
open fun newBuilder(prototype: NewFundsContent): FIO.NewFundsContent.Builder
Link copied to clipboard
open fun parseDelimitedFrom(input: InputStream): NewFundsContent
open fun parseDelimitedFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): NewFundsContent
Link copied to clipboard
open fun parseFrom(data: Array<Byte>): NewFundsContent
open fun parseFrom(data: ByteString): NewFundsContent
open fun parseFrom(input: CodedInputStream): NewFundsContent
open fun parseFrom(input: InputStream): NewFundsContent
open fun parseFrom(data: ByteBuffer): NewFundsContent
open fun parseFrom(data: Array<Byte>, extensionRegistry: ExtensionRegistryLite): NewFundsContent
open fun parseFrom(data: ByteString, extensionRegistry: ExtensionRegistryLite): NewFundsContent
open fun parseFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): NewFundsContent
open fun parseFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): NewFundsContent
open fun parseFrom(data: ByteBuffer, extensionRegistry: ExtensionRegistryLite): NewFundsContent
Link copied to clipboard
open fun parser(): Parser<NewFundsContent>

Properties

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