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
ReleaseHeldHtlc
response, which will cause the upstream HTLC to be released. - Release
Held Htlc - Releases the HTLC corresponding to an inbound
HeldHtlcAvailable
message.
Enums§
- Async
Payments Message - Possible async payment messages sent and received via an
OnionMessage
.
Traits§
- Async
Payments Message Handler - A handler for an
OnionMessage
containing an async payments message as its payload.