rust-lightning/lightning
Valentine Wallace e3dea2c3c7
Static invoice encoding and parsing
Define an interface for BOLT 12 static invoice messages. The underlying
format consists of the original bytes and the parsed contents.

The bytes are later needed for serialization. This is because it must
mirror all the offer TLV records, including unknown ones, which aren't
represented in the contents.

Invoices may be created from an offer.
2024-06-12 15:07:48 -04:00
..
src Static invoice encoding and parsing 2024-06-12 15:07:48 -04:00
Cargo.toml Upgrade rust-bitcoin to 0.31 2024-05-30 18:35:29 +08:00