Get the address manager from an opaque RPC context, asserting it is present.
Synopsis
Declared in <rpc/server_util.h>
AddrMan&
EnsureAnyAddrman(std::any const& context);
Return Value
The node's address manager.
Parameters
Name |
Description |
context |
The opaque per‐connection context. |
Created with MrDocs