Builder

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

Functions

Link copied to clipboard
The encoded transaction
string encoded = 1;
Link copied to clipboard
The unsigned transaction
string unsigned_tx = 2;
Link copied to clipboard
open fun getEncoded(): String
The encoded transaction
string encoded = 1;
Link copied to clipboard
open fun getEncodedBytes(): ByteString
The encoded transaction
string encoded = 1;
Link copied to clipboard
open fun getUnsignedTx(): String
The unsigned transaction
string unsigned_tx = 2;
Link copied to clipboard
open fun getUnsignedTxBytes(): ByteString
The unsigned transaction
string unsigned_tx = 2;
Link copied to clipboard
The encoded transaction
string encoded = 1;
Link copied to clipboard
open fun setEncodedBytes(value: ByteString): Solana.SigningOutput.Builder
The encoded transaction
string encoded = 1;
Link copied to clipboard
The unsigned transaction
string unsigned_tx = 2;
Link copied to clipboard
The unsigned transaction
string unsigned_tx = 2;