gelatoTrackerForStore()
gelatoTrackerForStore<
T>(__namedParameters):void
Defined in: packages/pulsar-evm/src/trackers/gelatoTracker.ts:136
A higher-level wrapper that integrates the Gelato polling logic with the Pulsar store.
It uses the generic gelatoFetcher and provides store-specific callbacks.
Type Parameters
T
T extends Transaction
The application-specific transaction type.
Parameters
__namedParameters
Pick<ITxTrackingStore<T>, "updateTxParams" | "removeTxFromPool" | "transactionsPool"> & object & OnSuccessCallback<T>
Returns
void
Last updated on