Builder

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

Functions

Link copied to clipboard
Optional error
.TW.Common.Proto.SigningError error = 2;
Link copied to clipboard
Signed transaction in JSON
string json = 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
open fun getJson(): String
Signed transaction in JSON
string json = 1;
Link copied to clipboard
open fun getJsonBytes(): ByteString
Signed transaction in JSON
string json = 1;
Link copied to clipboard
open fun setError(value: SigningError): FIO.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
Signed transaction in JSON
string json = 1;
Link copied to clipboard
open fun setJsonBytes(value: ByteString): FIO.SigningOutput.Builder
Signed transaction in JSON
string json = 1;