Skip to main content

EdgeProtocolObservable

Trait EdgeProtocolObservable 

pub trait EdgeProtocolObservable {
    // Required method
    fn capacity(&self) -> Option<u128>;
}
Expand description

Trait for reading HOPR protocol-level properties of an edge.

Required Methods§

fn capacity(&self) -> Option<u128>

Capacity present in the channel to send through this path segment using PoR of HOPR protocol.

Implementors§