SigningInputOrBuilder

Functions

Link copied to clipboard
abstract fun getGasLimit(): Long
GasLimit
uint64 gas_limit = 5;
Link copied to clipboard
abstract fun getGasPrice(): ByteString
GasPrice (256-bit number)
bytes gas_price = 4;
Link copied to clipboard
abstract fun getNonce(): Long
Nonce
uint64 nonce = 2;
Link copied to clipboard
abstract fun getPrivateKey(): ByteString
The secret private key used for signing (32 bytes).
bytes private_key = 6;
Link copied to clipboard
abstract fun getTo(): String
Recipient's address.
string to = 3;
Link copied to clipboard
abstract fun getToBytes(): ByteString
Recipient's address.
string to = 3;
Link copied to clipboard
abstract fun getTransaction(): Transaction
The payload transaction
.TW.Zilliqa.Proto.Transaction transaction = 7;
Link copied to clipboard
abstract fun getVersion(): Int
Transaction version
uint32 version = 1;
Link copied to clipboard
abstract fun hasTransaction(): Boolean
The payload transaction
.TW.Zilliqa.Proto.Transaction transaction = 7;

Inheritors

Link copied to clipboard