Module service

Source
Expand description

Core logic for block synchronization, chain data access, metadata storage/retrieval, and statistics computation

Modules§

blocks
Handles core block-related functionality
contracts
Implements functionality for smart contracts
statistics
Powers metrics gathering and analytical capabilities
sync
Manages synchronization with darkfid
transactions
Manages transaction data processing

Structs§

ExplorerService
Represents the service layer for the Explorer application, bridging the RPC layer and the database. It encapsulates explorer business logic and provides a unified interface for core functionalities, providing a clear separation of concerns between RPC handling and data management layers.