SolanaTransaction
SolanaTransaction =
BaseTransaction&object
Defined in: packages/pulsar-core/src/types.ts:144
Represents a Solana-specific transaction, extending the base properties.
Type Declaration
adapter
adapter:
OrbitAdapter.SOLANA
The adapter type for Solana transactions.
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.
slot?
optionalslot?:number
The slot in which the transaction was processed.
Last updated on