Builder

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

Functions

Link copied to clipboard
Optional error
.TW.Common.Proto.SigningError error = 3;
Link copied to clipboard
Transaction id
string transaction_id = 2;
Link copied to clipboard
Resulting transaction. Note that the amount may be different than the requested amount to account for fees and available funds.
string transaction_json = 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
Transaction id
string transaction_id = 2;
Link copied to clipboard
open fun getTransactionIdBytes(): ByteString
Transaction id
string transaction_id = 2;
Link copied to clipboard
Resulting transaction. Note that the amount may be different than the requested amount to account for fees and available funds.
string transaction_json = 1;
Link copied to clipboard
open fun getTransactionJsonBytes(): ByteString
Resulting transaction. Note that the amount may be different than the requested amount to account for fees and available funds.
string transaction_json = 1;
Link copied to clipboard
open fun setError(value: SigningError): Nervos.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
Transaction id
string transaction_id = 2;
Link copied to clipboard
Transaction id
string transaction_id = 2;
Link copied to clipboard
Resulting transaction. Note that the amount may be different than the requested amount to account for fees and available funds.
string transaction_json = 1;
Link copied to clipboard
Resulting transaction. Note that the amount may be different than the requested amount to account for fees and available funds.
string transaction_json = 1;