SigningInputOrBuilder

Functions

Link copied to clipboard
abstract fun getAmount(): ByteString
Amount (uint256, serialized little endian)
bytes amount = 3;
Link copied to clipboard
abstract fun getFee(): ByteString
Fee amount (uint256, serialized little endian)
bytes fee = 4;
Link copied to clipboard
abstract fun getFromAddress(): String
Address of the sender with "ak_" prefix
string from_address = 1;
Link copied to clipboard
abstract fun getFromAddressBytes(): ByteString
Address of the sender with "ak_" prefix
string from_address = 1;
Link copied to clipboard
abstract fun getNonce(): Long
Nonce (should be larger than in the last transaction of the account)
uint64 nonce = 7;
Link copied to clipboard
abstract fun getPayload(): String
Message, optional
string payload = 5;
Link copied to clipboard
abstract fun getPayloadBytes(): ByteString
Message, optional
string payload = 5;
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 getToAddress(): String
Address of the recipient with "ak_" prefix
string to_address = 2;
Link copied to clipboard
abstract fun getToAddressBytes(): ByteString
Address of the recipient with "ak_" prefix
string to_address = 2;
Link copied to clipboard
abstract fun getTtl(): Long
Time to live until block height
uint64 ttl = 6;

Inheritors

Link copied to clipboard