Expand description
Transaction and event filtering functionality.
Implements the core filtering logic for monitoring blockchain activity:
- Block filtering for different chain types
- Match handling and processing
- Chain-specific helper functions
Modules§
- Helper functions for EVM-specific operations.
- Helper functions for Stellar-specific operations.
Structs§
- Filter implementation for EVM-compatible blockchains
- Service for filtering blockchain data
- Implementation of the block filter for Stellar blockchain
Enums§
- Represents errors that can occur during filter operations
Traits§
- Trait for filtering blockchain data
Functions§
- Process a monitor match by executing associated triggers.