CheckTxTracker
CheckTxTracker =
object
Defined in: packages/pulsar-core/src/types.ts:273
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:274
The key identifying the specific action related to the transaction.
connectorType
connectorType:
string
Defined in: packages/pulsar-core/src/types.ts:275
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:277
An optional Gelato API key for Gelato relayer integration.
tracker?
optionaltracker?:TransactionTracker
Defined in: packages/pulsar-core/src/types.ts:276
An optional tracker object that monitors the status and progress of the transaction.