pub trait EdgeProtocolObservable { // Required method fn capacity(&self) -> Option<u128>; }
Trait for reading HOPR protocol-level properties of an edge.
Capacity present in the channel to send through this path segment using PoR of HOPR protocol.