SigningInputOrBuilder

Functions

Link copied to clipboard
abstract fun getFromAddress(): String
Sender address.
string from_address = 1;
Link copied to clipboard
abstract fun getFromAddressBytes(): ByteString
Sender address.
string from_address = 1;
Link copied to clipboard
abstract fun getNetworkId(): ByteString
Network identifier
bytes network_id = 7;
Link copied to clipboard
abstract fun getNonce(): ByteString
Integer value increased by request to avoid replay attacks.
bytes nonce = 6;
Link copied to clipboard
abstract fun getPrivateKey(): ByteString
The secret private key used for signing (32 bytes).
bytes private_key = 8;
Link copied to clipboard
abstract fun getStepLimit(): ByteString
The amount of step to send with the transaction.
bytes step_limit = 4;
Link copied to clipboard
abstract fun getTimestamp(): Long
UNIX epoch time (from 1970.1.1 00:00:00) in microseconds
int64 timestamp = 5;
Link copied to clipboard
abstract fun getToAddress(): String
Recipient address.
string to_address = 2;
Link copied to clipboard
abstract fun getToAddressBytes(): ByteString
Recipient address.
string to_address = 2;
Link copied to clipboard
abstract fun getValue(): ByteString
Transfer amount (uint256, serialized little endian)
bytes value = 3;

Inheritors

Link copied to clipboard