Builder

class Builder
Transfer
Protobuf type TW.Oasis.Proto.TransferMessage

Functions

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