Skip to Content
Packages@tuwaio/pulsar-evmType AliasesErc4337TrackerForStoreParams<T>

Erc4337TrackerForStoreParams<T>

Erc4337TrackerForStoreParams<T> = Pick<ITxTrackingStore<T>, "updateTxParams" | "removeTxFromPool" | "transactionsPool"> & object & TrackerCallbacks<T>

Defined in: trackers/erc4337Tracker.ts:221 

The parameters of erc4337TrackerForStore: the transaction, an optional wagmi config, the store members used by trackers and the callbacks.

Type Declaration

config?

optional config?: Config

The wagmi config, used for the on-chain stage. Without it, the transaction succeeds as soon as it is bundled.

tx

tx: T

The transaction to track; txKey is the userOpHash.

Type Parameters

T

T extends Transaction

The application transaction type.

Last updated on