tendermint/mempool/docs/README.md

12 lines
435 B
Markdown
Raw Normal View History

# Mempool Specification
This package contains documents specifying the functionality
of the mempool module.
Components:
* [Config](./config.md) - how to configure it
* [External Messages](./messages.md) - The messages we accept over p2p and rpc interfaces
2018-01-04 18:12:48 +01:00
* [Functionality](./functionality.md) - high-level description of the functionality it provides
* [Local Services](./services.md) - Interfaces with consensus and abci services