Builder

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

Functions

Link copied to clipboard
Encoded transaction bytes
bytes encoded = 1;
Link copied to clipboard
Optional error
.TW.Common.Proto.SigningError error = 3;
Link copied to clipboard
TxID, derived from transaction data, also needed for submission
bytes tx_id = 2;
Link copied to clipboard
open fun getEncoded(): ByteString
Encoded transaction bytes
bytes encoded = 1;
Link copied to clipboard
open fun getError(): SigningError
Optional error
.TW.Common.Proto.SigningError error = 3;
Link copied to clipboard
open fun getErrorValue(): Int
Optional error
.TW.Common.Proto.SigningError error = 3;
Link copied to clipboard
open fun getTxId(): ByteString
TxID, derived from transaction data, also needed for submission
bytes tx_id = 2;
Link copied to clipboard
open fun setEncoded(value: ByteString): Cardano.SigningOutput.Builder
Encoded transaction bytes
bytes encoded = 1;
Link copied to clipboard
open fun setError(value: SigningError): Cardano.SigningOutput.Builder
Optional error
.TW.Common.Proto.SigningError error = 3;
Link copied to clipboard
Optional error
.TW.Common.Proto.SigningError error = 3;
Link copied to clipboard
open fun setTxId(value: ByteString): Cardano.SigningOutput.Builder
TxID, derived from transaction data, also needed for submission
bytes tx_id = 2;