evmTracker()
evmTracker(
params):Promise<void>
Defined in: packages/pulsar-evm/src/trackers/evmTracker.ts:126
A low-level tracker for monitoring a standard EVM transaction by its hash. Retries fetching transaction details and gracefully polls for transaction receipt, recovering automatically from RPC network glitches and timeout errors.
Parameters
params
The configuration parameters and lifecycle callbacks for the EVM tracker.
Returns
Promise<void>
A promise that resolves when tracking completes or fails fatally.
Last updated on