Skip to Content
API referencePulsar EvmSrcType AliasesSafeTrackerParams

@tuwaio/pulsar-core-monorepo


SafeTrackerParams

SafeTrackerParams = Pick<InitializePollingTracker<SafeTxStatusResponse, InitialSafeTx, TransactionTracker>, "tx" | "removeTxFromPool" | "onInitialize" | "onSucceed" | "onFailed" | "onReplaced" | "onIntervalTick" | "pollingInterval" | "retryCount">

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

Defines the parameters for the low-level safeTracker function.

Last updated on