Expand description
Provides data structures and functions for creating and managing Offers messages, facilitating communication, and handling BOLT12 messages and payments.
Structs§
- Offers
Message Flow - A BOLT12 offers code and flow utility provider, which facilitates BOLT12 builder generation and onion message handling.
Enums§
- Held
Htlc Reply Path - Parameters for the reply path to a
HeldHtlcAvailableonion message. - Invreq
Response Instructions - Instructions for how to respond to an
InvoiceRequest.
Constants§
- MAX_
STATIC_ INVOICE_ SIZE_ BYTES - The maximum size of a received
StaticInvoicebefore we’ll fail verification in `OffersMessageFlow::verify_serve_static_invoice_message.