Module async_receive_offer_cache

Source
Expand description

Data structures and methods for caching offers that we interactively build with a static invoice server as an async recipient. The static invoice server will serve the resulting invoices to payers on our behalf when we’re offline.

Structs§

AsyncReceiveOfferCache
If we are an often-offline recipient, we’ll want to interactively build offers and static invoices with an always-online node that will serve those static invoices to payers on our behalf when we are offline.