Skip to Content
API referencePulsar CoreSrcEnumerationsTransactionTracker

@tuwaio/pulsar-core-monorepo


TransactionTracker

Defined in: packages/pulsar-core/src/types.ts:43 

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:45 

For standard on-chain EVM transactions tracked by their hash.


Gelato

Gelato: "gelato"

Defined in: packages/pulsar-core/src/types.ts:49 

For meta-transactions relayed and executed by the Gelato Network.


Safe

Safe: "safe"

Defined in: packages/pulsar-core/src/types.ts:47 

For multi-signature transactions managed and executed via a Safe contract.


Solana

Solana: "solana"

Defined in: packages/pulsar-core/src/types.ts:51 

The tracker for monitoring standard Solana transaction signatures.

Last updated on