TransferMessageOrBuilder

Functions

Link copied to clipboard
abstract fun getAmount(): String
Amount values strings prefixed by zero
string amount = 4;
Link copied to clipboard
abstract fun getAmountBytes(): ByteString
Amount values strings prefixed by zero
string amount = 4;
Link copied to clipboard
abstract fun getContext(): String
Context, see https://docs.oasis.dev/oasis-core/common-functionality/crypto#domain-separation
string context = 6;
Link copied to clipboard
abstract fun getContextBytes(): ByteString
Context, see https://docs.oasis.dev/oasis-core/common-functionality/crypto#domain-separation
string context = 6;
Link copied to clipboard
abstract fun getGasAmount(): String
Amount values strings prefixed by zero. e.g. "\u000010000000"
string gas_amount = 3;
Link copied to clipboard
abstract fun getGasAmountBytes(): ByteString
Amount values strings prefixed by zero. e.g. "\u000010000000"
string gas_amount = 3;
Link copied to clipboard
abstract fun getGasPrice(): Long
Gas price
uint64 gas_price = 2;
Link copied to clipboard
abstract fun getNonce(): Long
Nonce (should be larger than in the last transaction of the account)
uint64 nonce = 5;
Link copied to clipboard
abstract fun getTo(): String
destination address
string to = 1;
Link copied to clipboard
abstract fun getToBytes(): ByteString
destination address
string to = 1;

Inheritors

Link copied to clipboard