SigningOutputOrBuilder

Functions

Link copied to clipboard
abstract fun getAlgorithm(): Int
Algorithm code
uint32 algorithm = 1;
Link copied to clipboard
abstract fun getRaw(): String
Encoded transaction
string raw = 3;
Link copied to clipboard
abstract fun getRawBytes(): ByteString
Encoded transaction
string raw = 3;
Link copied to clipboard
abstract fun getSignature(): ByteString
The signature
bytes signature = 2;

Inheritors

Link copied to clipboard