TransactionTracker
Defined in: packages/pulsar-core/src/types.ts:18
Enum representing the different tracking strategies available for transactions. Each tracker corresponds to a specific method of monitoring a transaction’s lifecycle.
Enumeration Members
Ethereum
Ethereum:
"ethereum"
Defined in: packages/pulsar-core/src/types.ts:20
For standard on-chain EVM transactions tracked by their hash.
Gelato
Gelato:
"gelato"
Defined in: packages/pulsar-core/src/types.ts:24
For meta-transactions relayed and executed by the Gelato Network.
Safe
Safe:
"safe"
Defined in: packages/pulsar-core/src/types.ts:22
For multi-signature transactions managed and executed via a Safe contract.
Solana
Solana:
"solana"
Defined in: packages/pulsar-core/src/types.ts:26
The tracker for monitoring standard Solana transaction signatures.
Last updated on