Skip to Content

CheckTxTracker

CheckTxTracker = object

Defined in: types.ts:369 

The input of TxAdapter.checkTransactionsTracker: the key returned by the action and the context needed to pick a tracker.

Properties

actionTxKey

actionTxKey: ActionTxKey

Defined in: types.ts:371 

The key returned by actionFunction.


bundlerUrl?

optional bundlerUrl?: string

Defined in: types.ts:379 

Custom bundler RPC URL for ERC-4337 UserOperation tracking.


connectorType

connectorType: string

Defined in: types.ts:373 

The connector that signed the transaction, for example evm:safe for a Safe wallet.


gelatoApiKey?

optional gelatoApiKey?: string

Defined in: types.ts:377 

Deprecated

Gelato relay is deprecated. Use bundlerUrl / pimlicoApiKey with ERC-4337 instead.


pimlicoApiKey?

optional pimlicoApiKey?: string

Defined in: types.ts:381 

Pimlico API key for ERC-4337 UserOperation tracking.


tracker?

optional tracker?: TransactionTracker

Defined in: types.ts:375 

The tracker requested in executeTxAction params, if any.

Last updated on