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?
optionalbundlerUrl?: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?
optionalgelatoApiKey?:string
Defined in: types.ts:377
Deprecated
Gelato relay is deprecated. Use bundlerUrl / pimlicoApiKey with ERC-4337 instead.
pimlicoApiKey?
optionalpimlicoApiKey?:string
Defined in: types.ts:381
Pimlico API key for ERC-4337 UserOperation tracking.
tracker?
optionaltracker?:TransactionTracker
Defined in: types.ts:375
The tracker requested in executeTxAction params, if any.