Builder

class Builder
Result containing the signed and encoded transaction.
Protobuf type TW.Binance.Proto.SigningOutput

Functions

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