Uses of Class
org.ldk.structs.HTLCFailChannelUpdate
-
Packages that use HTLCFailChannelUpdate Package Description org.ldk.structs -
-
Uses of HTLCFailChannelUpdate in org.ldk.structs
Subclasses of HTLCFailChannelUpdate in org.ldk.structs Modifier and Type Class Description static class
HTLCFailChannelUpdate.ChannelClosed
static class
HTLCFailChannelUpdate.ChannelUpdateMessage
static class
HTLCFailChannelUpdate.NodeFailure
Fields in org.ldk.structs declared as HTLCFailChannelUpdate Modifier and Type Field Description HTLCFailChannelUpdate
MessageSendEvent.PaymentFailureNetworkUpdate. update
The channel/node update which should be sent to NetGraphMsgHandlerMethods in org.ldk.structs that return HTLCFailChannelUpdate Modifier and Type Method Description static HTLCFailChannelUpdate
HTLCFailChannelUpdate. channel_closed(long short_channel_id, boolean is_permanent)
Utility method to constructs a new ChannelClosed-variant HTLCFailChannelUpdatestatic HTLCFailChannelUpdate
HTLCFailChannelUpdate. channel_update_message(ChannelUpdate msg)
Utility method to constructs a new ChannelUpdateMessage-variant HTLCFailChannelUpdateHTLCFailChannelUpdate
HTLCFailChannelUpdate. clone()
Creates a copy of the HTLCFailChannelUpdatestatic HTLCFailChannelUpdate
HTLCFailChannelUpdate. node_failure(byte[] node_id, boolean is_permanent)
Utility method to constructs a new NodeFailure-variant HTLCFailChannelUpdateMethods in org.ldk.structs with parameters of type HTLCFailChannelUpdate Modifier and Type Method Description void
RoutingMessageHandler. handle_htlc_fail_channel_update(HTLCFailChannelUpdate update)
Handle some updates to the route graph that we learned due to an outbound failed payment.void
RoutingMessageHandler.RoutingMessageHandlerInterface. handle_htlc_fail_channel_update(HTLCFailChannelUpdate update)
Handle some updates to the route graph that we learned due to an outbound failed payment.static MessageSendEvent
MessageSendEvent. payment_failure_network_update(HTLCFailChannelUpdate update)
Utility method to constructs a new PaymentFailureNetworkUpdate-variant MessageSendEvent
-