FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [View Raw Code]   [Original HTTPS Page]

vertcore-node/docs/services/mempool.md at master · vertdev/vertcore-node · GitHub

Latest commit

 

History

History
16 lines (9 loc) · 417 Bytes

File metadata and controls

16 lines (9 loc) · 417 Bytes

Mempool Service

The mempool service provides a mempool transaction index for the Bitcoin blockchain. Specifically, it maintains a larger index of mempool transactions than a typical full node can manage on its own.

  • transaction id
  • transaction

This service is generally used to support other services and is not used externally.

Service Configuration

none

Other services this service Depends on

  • db

Back | FazBrowse Home | New Git URL