Module services

Source
Expand description

Core services implementing the business logic.

This module contains the main service implementations:

  • blockchain: Blockchain client interfaces and implementations
  • blockwatcher: Block monitoring and processing
  • filter: Transaction and event filtering logic
  • notification: Alert and notification handling
  • trigger: Trigger evaluation and execution

Modulesยง

blockchain
Blockchain client interfaces and implementations.
blockwatcher
Block watcher service implementation.
filter
Transaction and event filtering functionality.
notification
Notification service implementation.
trigger
Trigger service implementation.