rust-lightning/lightning/src
Jeffrey Czyz 73e743fb53
Builder for creating refunds
Add a builder for creating refunds given a payer_id and other required
fields. Other settings are optional and duplicative settings will
override previous settings. Building produces a semantically valid
`invoice_request` message representing the refund, which then may be
communicated out of band (e.g., via QR code).
2022-12-14 16:20:53 -06:00
..
chain Merge pull request #1806 from arik-so/2022-10-background-processor-deparametrization 2022-11-11 06:08:51 +00:00
ln Invoice request message interface and data format 2022-12-09 08:53:33 -06:00
offers Builder for creating refunds 2022-12-14 16:20:53 -06:00
onion_message Remove unused import 2022-11-16 18:50:43 +01:00
routing Merge pull request #1413 from ViktorTigerstrom/2022-04-default-to-bolt4-tlv-onions 2022-11-11 00:49:45 +00:00
util Check entire TLV stream instead of by field 2022-12-09 14:45:56 -06:00
debug_sync.rs Bump workspace to rust edition 2018 2022-10-21 14:47:34 -07:00
lib.rs Offer message interface and data format 2022-11-04 15:07:01 -05:00
sync.rs Create a simple FairRwLock to avoid readers starving writers 2022-05-10 23:40:20 +00:00