Get the chainstate manager from an opaque RPC context, asserting it is present.
Declared in <rpc/server_util.h>
ChainstateManager&
EnsureAnyChainman(std::any const& context);
The node's chainstate manager.
| Name | Description |
|---|---|
| context | The opaque per-connection context. |