Extract the node context from an opaque RPC context, asserting it is present.
Declared in <rpc/server_util.h>
node::NodeContext&
EnsureAnyNodeContext(std::any const& context);
The node context stored in context.
| Name | Description |
|---|---|
| context | The opaque per-connection context. |