Skip to Content
API referencePulsar CoreSrcType AliasesCheckTxTracker

@tuwaio/pulsar-core-monorepo


CheckTxTracker

CheckTxTracker = object

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

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:260 

The key identifying the specific action related to the transaction.


connectorType

connectorType: string

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

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:263 

An optional Gelato API key for Gelato relayer integration.


tracker?

optional tracker: TransactionTracker

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

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

Last updated on