NewFundsContentOrBuilder

Functions

Link copied to clipboard
abstract fun getAmount(): String
Amount requested (as string)
string amount = 2;
Link copied to clipboard
abstract fun getAmountBytes(): ByteString
Amount requested (as string)
string amount = 2;
Link copied to clipboard
abstract fun getCoinSymbol(): String
Coin symbol of the amount requested (a.k.a. tokenCode)
string coin_symbol = 3;
Link copied to clipboard
abstract fun getCoinSymbolBytes(): ByteString
Coin symbol of the amount requested (a.k.a. tokenCode)
string coin_symbol = 3;
Link copied to clipboard
abstract fun getHash(): String
Hash.  Optional, may be empty.
string hash = 5;
Link copied to clipboard
abstract fun getHashBytes(): ByteString
Hash.  Optional, may be empty.
string hash = 5;
Link copied to clipboard
abstract fun getMemo(): String
Memo free text.  Optional, may be empty.
string memo = 4;
Link copied to clipboard
abstract fun getMemoBytes(): ByteString
Memo free text.  Optional, may be empty.
string memo = 4;
Link copied to clipboard
abstract fun getOfflineUrl(): String
Attached offline URL.  Optional, may be empty.
string offline_url = 6;
Link copied to clipboard
abstract 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
abstract fun getPayeePublicAddressBytes(): ByteString
Public addressed of the payee, on the mentioned blockchain.
string payee_public_address = 1;

Inheritors

Link copied to clipboard