Skip to main content Module ldk Copy item path Source GatewayLdkClient LdkOfferId ๐ LdkTracingLogger ๐ Forwards ldk-nodeโs log records into the gatewayโs tracing subscriber. UserChannelId InboundRegistrationRefusal ๐ Why an invoice must not be registered for a payment hash on the node. PendingPaymentWakeup ๐ Outcome of attempting to wake a pay() waiter for a terminal payment event. check_inbound_registration ๐ Decides whether an invoice may be registered for a payment hash the node
may already know as one of our outbound payments. get_esplora_url ๐ When a port is specified in the Esplora URL, the esplora client inside LDK
node cannot connect to the lightning node when there is a trailing slash.
The SafeUrl::Display function will always serialize the SafeUrl with a
trailing slash, which causes the connection to fail. get_preimage_and_payment_hash ๐ Maps LDKโs PaymentKind to an optional preimage and an optional payment
hash depending on the type of payment. htlc_completion_error ๐ Classifies an ldk-node claim or fail error for the gatewayโs completion
retry loop.