macro_rules! alias { ($peer_id:expr) => { ... }; ($peer_id:expr, $len:expr) => { ... }; }
A macro that creates a shorter representation of a PeerId. Mostly useful in logging scenarios.
PeerId
NOTE: This macro can panic if not used with a valid PeerId, or provided with a len > 52.
len > 52