SigningInputOrBuilder

Functions

Link copied to clipboard
abstract fun getAsset(): Asset
Asset details and amount
.TW.EOS.Proto.Asset asset = 8;
Link copied to clipboard
abstract fun getChainId(): ByteString
Chain id (uint256, serialized little endian)
bytes chain_id = 1;
Link copied to clipboard
abstract fun getCurrency(): String
Currency (e.g. "eosio.token")
string currency = 4;
Link copied to clipboard
abstract fun getCurrencyBytes(): ByteString
Currency (e.g. "eosio.token")
string currency = 4;
Link copied to clipboard
abstract fun getMemo(): String
Memo attached to the transaction
string memo = 7;
Link copied to clipboard
abstract fun getMemoBytes(): ByteString
Memo attached to the transaction
string memo = 7;
Link copied to clipboard
abstract fun getPrivateKey(): ByteString
Sender's secret private key used for signing (32 bytes).
bytes private_key = 9;
Link copied to clipboard
abstract fun getPrivateKeyType(): KeyType
Type of the private key
.TW.EOS.Proto.KeyType private_key_type = 10;
Link copied to clipboard
abstract fun getPrivateKeyTypeValue(): Int
Type of the private key
.TW.EOS.Proto.KeyType private_key_type = 10;
Link copied to clipboard
abstract fun getRecipient(): String
Recipient's username
string recipient = 6;
Link copied to clipboard
abstract fun getRecipientBytes(): ByteString
Recipient's username
string recipient = 6;
Link copied to clipboard
abstract fun getReferenceBlockId(): ByteString
Reference Block Id (uint256, serialized little endian)
bytes reference_block_id = 2;
Link copied to clipboard
abstract fun getReferenceBlockTime(): Int
Timestamp on the reference block
sfixed32 reference_block_time = 3;
Link copied to clipboard
abstract fun getSender(): String
Sender's username
string sender = 5;
Link copied to clipboard
abstract fun getSenderBytes(): ByteString
Sender's username
string sender = 5;
Link copied to clipboard
abstract fun hasAsset(): Boolean
Asset details and amount
.TW.EOS.Proto.Asset asset = 8;

Inheritors

Link copied to clipboard