Module lnp::channel[][src]

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

Enums

Traits

Marker trait for any data that can be used as a part of the channel state

Type Definitions

Channel state is a sum of the state from all its extensions