SigningInputOrBuilder

Functions

Link copied to clipboard
abstract fun getAmount(): Long
Transfer amount
uint64 amount = 5;
Link copied to clipboard
abstract fun getContract(): String
Contract ID, e.g. "ONT"
string contract = 1;
Link copied to clipboard
abstract fun getContractBytes(): ByteString
Contract ID, e.g. "ONT"
string contract = 1;
Link copied to clipboard
abstract fun getGasLimit(): Long
Limit for gas used
uint64 gas_limit = 8;
Link copied to clipboard
abstract fun getGasPrice(): Long
Gas price
uint64 gas_price = 7;
Link copied to clipboard
abstract fun getMethod(): String
Method, e.g. "transfer"
string method = 2;
Link copied to clipboard
abstract fun getMethodBytes(): ByteString
Method, e.g. "transfer"
string method = 2;
Link copied to clipboard
abstract fun getNonce(): Int
Nonce (should be larger than in the last transaction of the account)
uint32 nonce = 10;
Link copied to clipboard
abstract fun getOwnerPrivateKey(): ByteString
The secret private key used for signing (32 bytes).
bytes owner_private_key = 3;
Link copied to clipboard
abstract fun getPayerPrivateKey(): ByteString
Private key of the payer
bytes payer_private_key = 6;
Link copied to clipboard
abstract fun getQueryAddress(): String
base58 encode address string (160-bit number)
string query_address = 9;
Link copied to clipboard
abstract fun getQueryAddressBytes(): ByteString
base58 encode address string (160-bit number)
string query_address = 9;
Link copied to clipboard
abstract fun getToAddress(): String
base58 encode address string (160-bit number)
string to_address = 4;
Link copied to clipboard
abstract fun getToAddressBytes(): ByteString
base58 encode address string (160-bit number)
string to_address = 4;

Inheritors

Link copied to clipboard