Skip to Content

SolanaTransaction

SolanaTransaction = BaseTransaction & object

Defined in: types.ts:198 

A Solana transaction. The Solana tracker fills the on-chain fields once the transaction is found.

Type Declaration

adapter

adapter: OrbitAdapter.SOLANA

Always OrbitAdapter.SOLANA.

fee?

optional fee?: number

The transaction fee, in lamports.

instructions?

optional instructions?: unknown[]

The instructions of the transaction, as returned by the getTransaction RPC method.

recentBlockhash?

optional recentBlockhash?: string

The blockhash the transaction was signed with.

slot?

optional slot?: number

The slot in which the transaction was processed.

Last updated on