SignatureOrBuilder

Functions

Link copied to clipboard
abstract fun getPkeyLen(): Int
Length of public key data
uint32 pkey_len = 1;
Link copied to clipboard
abstract fun getPublicKey(): ByteString
The public key
bytes public_key = 2;
Link copied to clipboard
abstract fun getSigLen(): Int
The length of the signature
uint32 sig_len = 3;
Link copied to clipboard
abstract fun getSignature(): ByteString
The signature data
bytes signature = 4;

Inheritors

Link copied to clipboard