Skip to Content
API referencePulsar CoreSrcType AliasesCheckTxTracker

API Reference.


CheckTxTracker

CheckTxTracker = object

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

Represents a tracker for a specific transaction tied to an action and a connector.

Properties

actionTxKey

actionTxKey: ActionTxKey

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

The key identifying the specific action related to the transaction.


connectorType

connectorType: string

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

The type of connector used for the transaction (e.g., wallet provider, blockchain interface).


gelatoApiKey?

optional gelatoApiKey?: string

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

An optional Gelato API key for Gelato relayer integration.


tracker?

optional tracker?: TransactionTracker

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

An optional tracker object that monitors the status and progress of the transaction.

Last updated on