Crate subscription_service
source ·Expand description
Generic pub/sub service framework
Structs
Type Definitions
- A subscription service for on-chain reconfiguration notifications from state sync This is declared/implemented here instead of in
types/on_chain_config
because whensubscription_service
crate is a dependency oftypes
, the build-dev fails