Skip to Content
API referencePulsar CoreSrcType AliasesSolanaTransaction<T>

@tuwaio/pulsar-core-monorepo


SolanaTransaction<T>

SolanaTransaction<T> = BaseTransaction<T> & object

Defined in: packages/pulsar-core/src/types.ts:115 

Represents a Solana-specific transaction, extending the base properties.

Type declaration

adapter

adapter: SOLANA

The transaction adapter type.

fee?

optional fee: number

The transaction fee.

instructions?

optional instructions: any[]

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.

Type Parameters

T

T

The type of the tracker identifier.

Last updated on