Module async_payments
Expand description
Message handling for async payments.
Structs§
- Held
Htlc Available - An HTLC destined for the recipient of this message is being held upstream. The reply path
accompanying this onion message should be used to send a
ReleaseHeldHtlcresponse, which will cause the upstream HTLC to be released. - Release
Held Htlc - Releases the HTLC corresponding to an inbound
HeldHtlcAvailablemessage.
Enums§
- Async
Payments Message - Possible async payment messages sent and received via an
OnionMessage.
Traits§
- Async
Payments Message Handler - A handler for an
OnionMessagecontaining an async payments message as its payload.