SigningOutputOrBuilder

Functions

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

Inheritors

Link copied to clipboard