SigningOutputOrBuilder

Functions

Link copied to clipboard
abstract fun getSignature(): String
/ The signature encoded in base64
string signature = 2;
Link copied to clipboard
abstract fun getSignatureBytes(): ByteString
/ The signature encoded in base64
string signature = 2;
Link copied to clipboard
abstract fun getUnsignedTx(): String
/ The raw transaction without indent in base64
string unsigned_tx = 1;
Link copied to clipboard
abstract fun getUnsignedTxBytes(): ByteString
/ The raw transaction without indent in base64
string unsigned_tx = 1;

Inheritors

Link copied to clipboard