TransactionTracker
Defined in: types.ts:24
Tracking strategy of a transaction. The chain adapter picks it after the action returns (see
TxAdapter.checkTransactionsTracker) and routes the transaction to the matching tracker.
Enumeration Members
ERC4337
ERC4337:
"erc4337"
Defined in: types.ts:37
An ERC-4337 UserOperation, tracked by its userOpHash through a bundler RPC and then on-chain.
Ethereum
Ethereum:
"ethereum"
Defined in: types.ts:26
A standard EVM transaction, tracked by its hash through RPC (@tuwaio/pulsar-evm).
Gelato
Gelato:
"gelato"
Defined in: types.ts:33
A meta-transaction relayed by Gelato, tracked by its task ID through the Gelato API.
Deprecated
Gelato relay is deprecated. Use TransactionTracker.ERC4337 instead.
Safe
Safe:
"safe"
Defined in: types.ts:28
A Safe multisig transaction, tracked by its safeTxHash through the Safe Transaction Service API.
Solana
Solana:
"solana"
Defined in: types.ts:35
A Solana transaction, tracked by its signature through RPC (@tuwaio/pulsar-solana).