SigningInputOrBuilder

Functions

Link copied to clipboard
abstract fun getBalanceCall(): Balance
.TW.Polkadot.Proto.Balance balance_call = 10;
Link copied to clipboard
abstract fun getBlockHash(): ByteString
Recent block hash, or genesis hash if era is not set
bytes block_hash = 1;
Link copied to clipboard
abstract fun getEra(): Era
Optional time validity limit, recommended, for replay-protection.  Empty means Immortal.
.TW.Polkadot.Proto.Era era = 7;
Link copied to clipboard
abstract fun getGenesisHash(): ByteString
Genesis block hash (identifies the chain)
bytes genesis_hash = 2;
Link copied to clipboard
abstract fun getMessageOneofCase(): MessageOneofCase
Link copied to clipboard
abstract fun getNetwork(): Int
Network type
uint32 network = 9;
Link copied to clipboard
abstract fun getNonce(): Long
Current account nonce
uint64 nonce = 3;
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 getSpecVersion(): Int
Specification version, e.g. 26.
uint32 spec_version = 4;
Link copied to clipboard
abstract fun getStakingCall(): Staking
.TW.Polkadot.Proto.Staking staking_call = 11;
Link copied to clipboard
abstract fun getTip(): ByteString
Optional tip to pay, big integer
bytes tip = 6;
Link copied to clipboard
abstract fun getTransactionVersion(): Int
Transaction version, e.g. 5.
uint32 transaction_version = 5;
Link copied to clipboard
abstract fun hasBalanceCall(): Boolean
.TW.Polkadot.Proto.Balance balance_call = 10;
Link copied to clipboard
abstract fun hasEra(): Boolean
Optional time validity limit, recommended, for replay-protection.  Empty means Immortal.
.TW.Polkadot.Proto.Era era = 7;
Link copied to clipboard
abstract fun hasStakingCall(): Boolean
.TW.Polkadot.Proto.Staking staking_call = 11;

Inheritors

Link copied to clipboard