Builder

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

Functions

Link copied to clipboard
Optional error
.TW.Common.Proto.SigningError error = 2;
Link copied to clipboard
JSON of the packed transaction.
string json_encoded = 1;
Link copied to clipboard
open fun getError(): SigningError
Optional error
.TW.Common.Proto.SigningError error = 2;
Link copied to clipboard
open fun getErrorValue(): Int
Optional error
.TW.Common.Proto.SigningError error = 2;
Link copied to clipboard
JSON of the packed transaction.
string json_encoded = 1;
Link copied to clipboard
open fun getJsonEncodedBytes(): ByteString
JSON of the packed transaction.
string json_encoded = 1;
Link copied to clipboard
open fun setError(value: SigningError): EOS.SigningOutput.Builder
Optional error
.TW.Common.Proto.SigningError error = 2;
Link copied to clipboard
Optional error
.TW.Common.Proto.SigningError error = 2;
Link copied to clipboard
JSON of the packed transaction.
string json_encoded = 1;
Link copied to clipboard
open fun setJsonEncodedBytes(value: ByteString): EOS.SigningOutput.Builder
JSON of the packed transaction.
string json_encoded = 1;