rust-lightning/lightning/src/offers
Jeffrey Czyz 13ba7cc523
Builder for creating invoice requests
Add a builder for creating invoice requests for an offer given a
payer_id. Other settings may be optional depending on the offer and
duplicative settings will override previous settings. Building produces
a semantically valid `invoice_request` message for the offer, which then
can be signed for the payer_id.
2022-12-09 08:53:46 -06:00
..
invoice_request.rs Builder for creating invoice requests 2022-12-09 08:53:46 -06:00
merkle.rs Builder for creating invoice requests 2022-12-09 08:53:46 -06:00
mod.rs Merkle root hash computation 2022-12-09 08:53:45 -06:00
offer.rs Builder for creating invoice requests 2022-12-09 08:53:46 -06:00
parse.rs Builder for creating invoice requests 2022-12-09 08:53:46 -06:00
payer.rs Invoice request raw byte encoding and decoding 2022-12-09 08:53:46 -06:00