SigningOutputOrBuilder

Functions

Link copied to clipboard
abstract fun getEncoded(): String
The encoded transaction
string encoded = 1;
Link copied to clipboard
abstract fun getEncodedBytes(): ByteString
The encoded transaction
string encoded = 1;
Link copied to clipboard
abstract fun getUnsignedTx(): String
The unsigned transaction
string unsigned_tx = 2;
Link copied to clipboard
abstract fun getUnsignedTxBytes(): ByteString
The unsigned transaction
string unsigned_tx = 2;

Inheritors

Link copied to clipboard