rust-lightning/lightning-invoice/tests
Matt Corallo 8ed6e64913 Support setting the new payment metadata field in invoices
This adds support for setting the new payment metadata field in
BOLT11 invoices, using a new type flag on the builder to enforce
transition correctness.

We allow users to set the payment metadata as either optional or
required, defaulting to optional so that invoice parsing does not
fail if the sender does not support payment metadata fields.
2023-04-19 02:57:19 +00:00
..
ser_de.rs Support setting the new payment metadata field in invoices 2023-04-19 02:57:19 +00:00