gelatoTrackerForStore()
gelatoTrackerForStore<
T>(__namedParameters):void
Defined in: packages/pulsar-evm/src/trackers/gelatoTracker.ts:160
A higher-level wrapper that integrates the Gelato polling logic with the Pulsar store.
It creates an authenticated Gelato RPC client and uses gelatoFetcher to
build the fetcher, then delegates to initializePollingTracker with store-specific callbacks.
Type Parameters
T
T extends Transaction
The application-specific transaction type.
Parameters
__namedParameters
Pick<ITxTrackingStore<T>, "updateTxParams" | "removeTxFromPool" | "transactionsPool"> & object & TrackerCallbacks<T>
Returns
void
Last updated on