Skip to Content
API referencePulsar EvmSrcComponentsevmTracker()

@tuwaio/pulsar-core-monorepo


evmTracker()

evmTracker(params): Promise<void>

Defined in: packages/pulsar-evm/src/trackers/evmTracker.ts:57 

A low-level tracker for monitoring a standard EVM transaction by its hash. It retries fetching the transaction and then waits for its receipt.

Parameters

params

EVMTrackerParams

The configuration object for the tracker.

Returns

Promise<void>

A promise that resolves when the tracking process is complete (or has terminally failed).

Last updated on