Uses of Class
org.ldk.structs.ChannelReady
-
Packages that use ChannelReady Package Description org.ldk.structs -
-
Uses of ChannelReady in org.ldk.structs
Fields in org.ldk.structs declared as ChannelReady Modifier and Type Field Description ChannelReady
MessageSendEvent.SendChannelReady. msg
The channel_ready message which should be sent.ChannelReady
Result_ChannelReadyDecodeErrorZ.Result_ChannelReadyDecodeErrorZ_OK. res
Methods in org.ldk.structs that return ChannelReady Modifier and Type Method Description ChannelReady
ChannelReady. clone()
Creates a copy of the ChannelReadystatic ChannelReady
ChannelReady. of(byte[] channel_id_arg, byte[] next_per_commitment_point_arg, Option_u64Z short_channel_id_alias_arg)
Constructs a new ChannelReady given each fieldMethods in org.ldk.structs with parameters of type ChannelReady Modifier and Type Method Description boolean
ChannelReady. eq(ChannelReady b)
Checks if two ChannelReadys contain equal inner contents.void
ChannelMessageHandler.ChannelMessageHandlerInterface. handle_channel_ready(byte[] their_node_id, ChannelReady msg)
Handle an incoming `channel_ready` message from the given peer.void
ChannelMessageHandler. handle_channel_ready(byte[] their_node_id, ChannelReady msg)
Handle an incoming `channel_ready` message from the given peer.static Result_ChannelReadyDecodeErrorZ
Result_ChannelReadyDecodeErrorZ. ok(ChannelReady o)
Creates a new CResult_ChannelReadyDecodeErrorZ in the success state.static MessageSendEvent
MessageSendEvent. send_channel_ready(byte[] node_id, ChannelReady msg)
Utility method to constructs a new SendChannelReady-variant MessageSendEvent
-