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?
optionalgelatoApiKey?:string
Defined in: packages/pulsar-core/src/types.ts:280
An optional Gelato API key for Gelato relayer integration.
tracker?
optionaltracker?:TransactionTracker
Defined in: packages/pulsar-core/src/types.ts:279
An optional tracker object that monitors the status and progress of the transaction.