SigningOutputOrBuilder

Functions

Link copied to clipboard
abstract fun getData(): ByteString
The payload part, supplied in the input or assembled from input parameters
bytes data = 5;
Link copied to clipboard
abstract fun getEncoded(): ByteString
Signed and encoded transaction bytes.
bytes 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 = 6;
Link copied to clipboard
abstract fun getErrorMessage(): String
error code description
string error_message = 7;
Link copied to clipboard
abstract fun getErrorMessageBytes(): ByteString
error code description
string error_message = 7;
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 = 6;
Link copied to clipboard
abstract fun getR(): ByteString
bytes r = 3;
Link copied to clipboard
abstract fun getS(): ByteString
bytes s = 4;
Link copied to clipboard
abstract fun getV(): ByteString
The V, R, S components of the resulting signature, (each uint256, serialized little endian)
bytes v = 2;

Inheritors

Link copied to clipboard