evmTrackerForStore()
evmTrackerForStore<
T
>(params
):Promise
<void
>
Defined in: packages/pulsar-evm/src/trackers/evmTracker.ts:124
A higher-level wrapper for evmTracker
that integrates directly with the Pulsar store.
It provides the necessary callbacks to update a transaction’s state throughout its lifecycle.
Type Parameters
T
T
extends Transaction
The application-specific transaction type.
Parameters
params
Pick
<EVMTrackerParams
, "config"
> & Pick
<ITxTrackingStore
<T
>, "updateTxParams"
| "transactionsPool"
> & object
& OnSuccessCallback
<T
>
Returns
Promise
<void
>
Last updated on