Package org.ldk.structs
Class HTLCFailChannelUpdate.ChannelUpdateMessage
- java.lang.Object
-
- org.ldk.structs.HTLCFailChannelUpdate
-
- org.ldk.structs.HTLCFailChannelUpdate.ChannelUpdateMessage
-
- Enclosing class:
- HTLCFailChannelUpdate
public static final class HTLCFailChannelUpdate.ChannelUpdateMessage extends HTLCFailChannelUpdate
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.ldk.structs.HTLCFailChannelUpdate
HTLCFailChannelUpdate.ChannelClosed, HTLCFailChannelUpdate.ChannelUpdateMessage, HTLCFailChannelUpdate.NodeFailure
-
-
Field Summary
Fields Modifier and Type Field Description ChannelUpdate
msg
The unwrapped message we received
-
Method Summary
-
Methods inherited from class org.ldk.structs.HTLCFailChannelUpdate
channel_closed, channel_update_message, clone, finalize, node_failure
-
-
-
-
Field Detail
-
msg
public final ChannelUpdate msg
The unwrapped message we received
-
-