SignatureOrBuilder

Functions

Link copied to clipboard
abstract fun getAccountNumber(): Long
another identifier of signer, which can be read from chain by account REST API or RPC
int64 account_number = 3;
Link copied to clipboard
abstract fun getPubKey(): ByteString
public key bytes of the signer address
bytes pub_key = 1;
Link copied to clipboard
abstract fun getSequence(): Long
sequence number for the next transaction
int64 sequence = 4;
Link copied to clipboard
abstract fun getSignature(): ByteString
signature bytes, please check chain access section for signature generation
bytes signature = 2;

Inheritors

Link copied to clipboard