SigningOutputOrBuilder

Functions

Link copied to clipboard
abstract fun getError(): SigningError
Optional error
.TW.Common.Proto.SigningError error = 3;
Link copied to clipboard
abstract fun getErrorValue(): Int
Optional error
.TW.Common.Proto.SigningError error = 3;
Link copied to clipboard
abstract fun getTransactionId(): String
Transaction id
string transaction_id = 2;
Link copied to clipboard
abstract fun getTransactionIdBytes(): ByteString
Transaction id
string transaction_id = 2;
Link copied to clipboard
abstract fun getTransactionJson(): String
Resulting transaction. Note that the amount may be different than the requested amount to account for fees and available funds.
string transaction_json = 1;
Link copied to clipboard
abstract fun getTransactionJsonBytes(): ByteString
Resulting transaction. Note that the amount may be different than the requested amount to account for fees and available funds.
string transaction_json = 1;

Inheritors

Link copied to clipboard