evmTracker()
evmTracker(
params
):Promise
<void
>
Defined in: packages/pulsar-evm/src/trackers/evmTracker.ts:45
A low-level tracker for monitoring a standard EVM transaction by its hash. It retries fetching the transaction and then waits for its receipt to determine the final status.
Parameters
params
The configuration object for the tracker.
Returns
Promise
<void
>
Last updated on