PreSigningOutputOrBuilder

Functions

Link copied to clipboard
abstract fun getData(): ByteString
/ Pre-image data
bytes data = 2;
Link copied to clipboard
abstract fun getDataHash(): ByteString
/ Pre-image data hash that will be used for signing
bytes data_hash = 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 = 3;
Link copied to clipboard
abstract fun getErrorMessage(): String
/ error code description
string error_message = 4;
Link copied to clipboard
abstract fun getErrorMessageBytes(): ByteString
/ error code description
string error_message = 4;
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 = 3;

Inheritors

Link copied to clipboard