SigningInputOrBuilder

Functions

Link copied to clipboard
abstract fun getAmount(): ByteString
Amount to send in wei (uint256, serialized little endian)
bytes amount = 5;
Link copied to clipboard
abstract fun getGasLimit(): ByteString
Gas limit (uint256, serialized little endian)
bytes gas_limit = 3;
Link copied to clipboard
abstract fun getGasPrice(): ByteString
Gas price (uint256, serialized little endian)
bytes gas_price = 2;
Link copied to clipboard
abstract fun getNonce(): ByteString
Nonce (uint256, serialized little endian)
bytes nonce = 1;
Link copied to clipboard
abstract fun getPayload(): ByteString
Optional payload
bytes payload = 6;
Link copied to clipboard
abstract fun getPrivateKey(): ByteString
The secret private key used for signing (32 bytes).
bytes private_key = 7;
Link copied to clipboard
abstract fun getTimestamp(): Long
Timestamp
uint64 timestamp = 8;
Link copied to clipboard
abstract fun getToAddress(): String
Recipient's address.
string to_address = 4;
Link copied to clipboard
abstract fun getToAddressBytes(): ByteString
Recipient's address.
string to_address = 4;

Inheritors

Link copied to clipboard