SigningInputOrBuilder

Functions

Link copied to clipboard
abstract fun getAmount(): ByteString
Transfer amount (uint256, serialized little endian)
bytes amount = 4;
Link copied to clipboard
abstract fun getBalance(): ByteString
Account balance 
bytes balance = 9;
Link copied to clipboard
abstract fun getChainId(): Int
Chain ID
uint32 chain_id = 5;
Link copied to clipboard
abstract fun getFrom(): String
Source address
string from = 2;
Link copied to clipboard
abstract fun getFromBytes(): ByteString
Source address
string from = 2;
Link copied to clipboard
abstract fun getIdassetsId(): Int
Asset ID
uint32 idassets_id = 6;
Link copied to clipboard
abstract fun getNonce(): ByteString
The last 8 bytes of latest transaction hash 
bytes nonce = 7;
Link copied to clipboard
abstract fun getPrivateKey(): ByteString
The secret private key used for signing (32 bytes).
bytes private_key = 1;
Link copied to clipboard
abstract fun getRemark(): String
Optional memo remark
string remark = 8;
Link copied to clipboard
abstract fun getRemarkBytes(): ByteString
Optional memo remark
string remark = 8;
Link copied to clipboard
abstract fun getTimestamp(): Int
time, accurate to the second
uint32 timestamp = 10;
Link copied to clipboard
abstract fun getTo(): String
Destination address
string to = 3;
Link copied to clipboard
abstract fun getToBytes(): ByteString
Destination address
string to = 3;

Inheritors

Link copied to clipboard