Skip to Content
API referencePulsar EVMSrcType AliasesErc4337TrackerForStoreParams<T>

API Reference.


Erc4337TrackerForStoreParams<T>

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

Defined in: packages/pulsar-evm/src/trackers/erc4337Tracker.ts:165 

Parameters for the store-connected ERC-4337 tracker.

Type Declaration

config?

optional config?: Config

tx

tx: T

Type Parameters

T

T extends Transaction

Last updated on