Builder

class Builder
Transaction signing output.
Protobuf type TW.TheOpenNetwork.Proto.SigningOutput

Functions

Link copied to clipboard
Signed and base64 encoded BOC message
string encoded = 1;
Link copied to clipboard
error code, 0 is ok, other codes will be treated as errors
.TW.Common.Proto.SigningError error = 2;
Link copied to clipboard
error code description
string error_message = 3;
Link copied to clipboard
open fun getEncoded(): String
Signed and base64 encoded BOC message
string encoded = 1;
Link copied to clipboard
open fun getEncodedBytes(): ByteString
Signed and base64 encoded BOC message
string encoded = 1;
Link copied to clipboard
open 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
error code description
string error_message = 3;
Link copied to clipboard
open fun getErrorMessageBytes(): ByteString
error code description
string error_message = 3;
Link copied to clipboard
open fun getErrorValue(): Int
error code, 0 is ok, other codes will be treated as errors
.TW.Common.Proto.SigningError error = 2;
Link copied to clipboard
Signed and base64 encoded BOC message
string encoded = 1;
Link copied to clipboard
Signed and base64 encoded BOC message
string encoded = 1;
Link copied to clipboard
open fun setError(value: SigningError): TheOpenNetwork.SigningOutput.Builder
error code, 0 is ok, other codes will be treated as errors
.TW.Common.Proto.SigningError error = 2;
Link copied to clipboard
error code description
string error_message = 3;
Link copied to clipboard
error code description
string error_message = 3;
Link copied to clipboard
error code, 0 is ok, other codes will be treated as errors
.TW.Common.Proto.SigningError error = 2;