Expand description
Convenience functions for Cuprate’s various tower::Service
requests/responses.
This module implements many methods for
CupratedRpcHandler
that are simple wrappers around the request/response API provided
by the multiple tower::Service
s.
These exist to prevent noise like unreachable!()
from being everywhere in the actual handler functions.
Each module implements methods for a specific API, e.g.
the blockchain
modules contains methods for the
blockchain database tower::Service
API.
Modules§
- address_
book 🔒 - Functions to send
AddressBookRequest
s. - blockchain 🔒
- Functions to send
BlockchainReadRequest
s. - blockchain_
context 🔒 - Functions to send
BlockChainContextRequest
s. - blockchain_
manager 🔒 - Functions to send
BlockchainManagerRequest
s. - txpool 🔒
- Functions to send
TxpoolReadRequest
s.