Re-exports

pub use message::Payload;
pub use message::TypeId;
pub use message::TypedEnum;

Modules

Network sphinx packet encoding and onion packet construction as described in BOLT-4, based on Secp256k1 curve. The lightning-network-specific part of BOLT-4 is implemented in LNP Core library and not here.

Structs

Error representing unknown LNP message type

Enums

Presentation-level LNP error types

Traits

Type Definitions