Module async_payments
Expand description
Message handling for async payments.
Structs§
- 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. - Releases the HTLC corresponding to an inbound
HeldHtlcAvailable
message.
Enums§
- Possible async payment messages sent and received via an
OnionMessage
.
Traits§
- A handler for an
OnionMessage
containing an async payments message as its payload.