InitializeTrackerParams<T>
InitializeTrackerParams<
T> =Pick<ITxTrackingStore<T>,"updateTxParams"|"removeTxFromPool"|"transactionsPool"> &object&TrackerCallbacks<T>
Defined in: utils/checkAndInitializeTrackerInStore.ts:18
The parameters of checkAndInitializeTrackerInStore.
Type Declaration
config
config:
Config
The wagmi config of the app.
gelatoApiKey?
optionalgelatoApiKey?:string
Deprecated
Gelato API key; required to run the Gelato tracker.
tracker
tracker:
TransactionTracker
The tracker to run, usually tx.tracker.
tx
tx:
T
The transaction to track.
Type Parameters
T
T extends Transaction
The application transaction type.
Last updated on