SigningOutputOrBuilder

Functions

Link copied to clipboard
abstract fun getEncoded(): String
Signed and base64 encoded BOC message
string encoded = 1;
Link copied to clipboard
abstract fun getEncodedBytes(): ByteString
Signed and base64 encoded BOC message
string encoded = 1;
Link copied to clipboard
abstract fun getError(): SigningError
error code, 0 is ok, other codes will be treated as errors
.TW.Common.Proto.SigningError error = 2;
Link copied to clipboard
abstract fun getErrorMessage(): String
error code description
string error_message = 3;
Link copied to clipboard
abstract fun getErrorMessageBytes(): ByteString
error code description
string error_message = 3;
Link copied to clipboard
abstract fun getErrorValue(): Int
error code, 0 is ok, other codes will be treated as errors
.TW.Common.Proto.SigningError error = 2;

Inheritors

Link copied to clipboard