SigningInputOrBuilder

Functions

Link copied to clipboard
abstract fun getChainId(): ByteString
Chain identifier (uint256, serialized little endian)
bytes chain_id = 1;
Link copied to clipboard
abstract fun getMessageOneofCase(): MessageOneofCase
Link copied to clipboard
abstract fun getPrivateKey(): ByteString
The secret private key used for signing (32 bytes).
bytes private_key = 2;
Link copied to clipboard
abstract fun getStakingMessage(): StakingMessage
.TW.Harmony.Proto.StakingMessage staking_message = 4;
Link copied to clipboard
abstract fun getTransactionMessage(): TransactionMessage
.TW.Harmony.Proto.TransactionMessage transaction_message = 3;
Link copied to clipboard
abstract fun hasStakingMessage(): Boolean
.TW.Harmony.Proto.StakingMessage staking_message = 4;
Link copied to clipboard
.TW.Harmony.Proto.TransactionMessage transaction_message = 3;

Inheritors

Link copied to clipboard