Skip to Content
API referencePulsar EvmSrcComponentsgelatoTrackerForStore()

@tuwaio/pulsar-core-monorepo


gelatoTrackerForStore()

gelatoTrackerForStore<T>(__namedParameters): Promise<void>

Defined in: packages/pulsar-evm/src/trackers/gelatoTracker.ts:169 

A higher-level wrapper for gelatoTracker that integrates directly with the Zustand store. It provides the necessary callbacks to update the transaction’s state in the store.

Type Parameters

T

T extends Transaction<TransactionTracker>

The application-specific transaction union type.

Parameters

__namedParameters

Pick<ITxTrackingStore<TransactionTracker, T, ActionTxKey>, "transactionsPool" | "updateTxParams" | "onSucceedCallbacks" | "removeTxFromPool"> & object

Returns

Promise<void>

Last updated on