Module async_payments

Expand description

Message handling for async payments.

Structs§

HeldHtlcAvailable
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.
ReleaseHeldHtlc
Releases the HTLC corresponding to an inbound HeldHtlcAvailable message.

Enums§

AsyncPaymentsMessage
Possible async payment messages sent and received via an OnionMessage.

Traits§

AsyncPaymentsMessageHandler
A handler for an OnionMessage containing an async payments message as its payload.