Skip to Content
API referencePulsar EvmSrcComponentssafeTrackerForStore()

@tuwaio/pulsar-core-monorepo


safeTrackerForStore()

safeTrackerForStore<T>(__namedParameters): void

Defined in: packages/pulsar-evm/src/trackers/safeTracker.ts:123 

A higher-level wrapper that integrates the Safe polling logic with the Pulsar store. It uses the generic safeFetcher 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