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 classHTLCFailChannelUpdate.ChannelClosedstatic classHTLCFailChannelUpdate.ChannelUpdateMessagestatic classHTLCFailChannelUpdate.NodeFailureFields in org.ldk.structs declared as HTLCFailChannelUpdate Modifier and Type Field Description HTLCFailChannelUpdateMessageSendEvent.PaymentFailureNetworkUpdate. updateThe channel/node update which should be sent to NetGraphMsgHandlerMethods in org.ldk.structs that return HTLCFailChannelUpdate Modifier and Type Method Description static HTLCFailChannelUpdateHTLCFailChannelUpdate. channel_closed(long short_channel_id, boolean is_permanent)Utility method to constructs a new ChannelClosed-variant HTLCFailChannelUpdatestatic HTLCFailChannelUpdateHTLCFailChannelUpdate. channel_update_message(ChannelUpdate msg)Utility method to constructs a new ChannelUpdateMessage-variant HTLCFailChannelUpdateHTLCFailChannelUpdateHTLCFailChannelUpdate. clone()Creates a copy of the HTLCFailChannelUpdatestatic HTLCFailChannelUpdateHTLCFailChannelUpdate. 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 voidRoutingMessageHandler. handle_htlc_fail_channel_update(HTLCFailChannelUpdate update)Handle some updates to the route graph that we learned due to an outbound failed payment.voidRoutingMessageHandler.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 MessageSendEventMessageSendEvent. payment_failure_network_update(HTLCFailChannelUpdate update)Utility method to constructs a new PaymentFailureNetworkUpdate-variant MessageSendEvent
-