EnsurePeerman

Get the peer manager from a node context, asserting it is present.

Synopsis

Declared in <rpc/server_util.h>

PeerManager&
EnsurePeerman(node::NodeContext const& node);

Return Value

The node's peer manager.

Parameters

NameDescription
nodeThe node context.