pub(crate) trait NodeCommandExt { // Required method fn peer_id(&self) -> PeerId; }
Derive the peer id from the p2p secret key without starting the network.