Skip to Content
API referencePulsar CoreSrcType AliasesSolanaTransaction

@tuwaio/pulsar-core-monorepo


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?

optional fee?: number

The transaction fee in lamports.

instructions?

optional instructions?: unknown[]

The instructions included in the transaction.

recentBlockhash?

optional recentBlockhash?: string

The recent blockhash used for the transaction.

slot?

optional slot?: number

The slot in which the transaction was processed.

Last updated on