hopr-api 1.5.0

Common high-level external and internal API traits used by hopr-lib to implement the HOPR protocol
Documentation
1
2
3
4
5
6
7
8
9
pub mod costs;
pub mod traits;
pub mod types;

pub use traits::{
    CostFn, EdgeImmediateProtocolObservable, EdgeLinkObservable, NetworkGraphTraverse, NetworkGraphUpdate,
    NetworkGraphView, NetworkGraphWrite,
};
pub use types::*;