Crate lnp[][src]

Re-exports

pub extern crate lnp2p as p2p;
pub use extension::ChannelConstructor;
pub use extension::ChannelExtension;
pub use extension::Extension;
pub use extension::RouterExtension;

Modules

Structs

Channel operates as a three sets of extensions, where each set is applied to construct the transaction graph and the state in a strict order one after other. The order of the extensions within each set is defined by the concrete type implementing extension::Nomenclature marker trait, provided as a type parameter N