SigningOutputOrBuilder

Functions

Link copied to clipboard
abstract fun getEncoded(): ByteString
Signed and encoded transaction bytes.
bytes encoded = 1;
Link copied to clipboard
abstract fun getError(): SigningError
OK (=0) or other codes in case of error
.TW.Common.Proto.SigningError error = 2;
Link copied to clipboard
abstract fun getErrorMessage(): String
error description in case of error
string error_message = 3;
Link copied to clipboard
abstract fun getErrorMessageBytes(): ByteString
error description in case of error
string error_message = 3;
Link copied to clipboard
abstract fun getErrorValue(): Int
OK (=0) or other codes in case of error
.TW.Common.Proto.SigningError error = 2;

Inheritors

Link copied to clipboard