TransactionTracker
Defined in: packages/pulsar-evm/src/types.ts:13
Enum representing the different tracking strategies available for EVM transactions.
Enumeration Members
Ethereum
Ethereum:
"ethereum"
Defined in: packages/pulsar-evm/src/types.ts:15
For standard on-chain EVM transactions tracked by their hash.
Gelato
Gelato:
"gelato"
Defined in: packages/pulsar-evm/src/types.ts:19
For meta-transactions relayed through the Gelato Network.
Safe
Safe:
"safe"
Defined in: packages/pulsar-evm/src/types.ts:17
For multi-signature transactions managed by a Safe contract.
Last updated on