Crate zebra_node_services

Source
Expand description

The interfaces of some Zebra node services.

Modules§

constants
Constants shared by some Zebra node services.
mempool
The Zebra mempool.
rpc_client
A client for calling Zebra’s JSON-RPC methods.
scan_service
Request and response types for zebra-scan tower service.

Type Aliases§

BoxError
Error type alias to make working with tower traits easier.