Expand description
Application services that orchestrate domain logic through ports
Services implement use cases by coordinating the domain layer with adapters.
This module implements the core application use cases:
- Block validation with full script verification (including SegWit/BIP143)
- Transaction validation for mempool acceptance
- Mempool management
- Mining block template generation
Structs§
- Blockchain
Service - Blockchain validation and acceptance service
- Chain
Info - Information about the current chain state.
- Mempool
Service - Mempool transaction management service
- Mining
Service - Block mining service