SolanaTransaction
SolanaTransaction =
BaseTransaction&object
Defined in: packages/pulsar-core/src/types.ts:147
Represents a Solana-specific transaction, extending the base properties.
Type Declaration
adapter
adapter:
OrbitAdapter.SOLANA
The adapter type for Solana transactions.
confirmations?
optionalconfirmations:number|string|null
The number of confirmations received. A string value indicates a confirmed transaction, while null means it’s pending.
fee?
optionalfee:number
The transaction fee in lamports.
instructions?
optionalinstructions:unknown[]
The instructions included in the transaction.
recentBlockhash?
optionalrecentBlockhash:string
The recent blockhash used for the transaction.
rpcUrl?
optionalrpcUrl:string
The RPC URL used to submit and track this transaction.
slot?
optionalslot:number
The slot in which the transaction was processed.