Uses of Class
org.ldk.structs.AcceptChannel
-
Packages that use AcceptChannel Package Description org.ldk.structs -
-
Uses of AcceptChannel in org.ldk.structs
Fields in org.ldk.structs declared as AcceptChannel Modifier and Type Field Description AcceptChannel
MessageSendEvent.SendAcceptChannel. msg
The message which should be sent.AcceptChannel
Result_AcceptChannelDecodeErrorZ.Result_AcceptChannelDecodeErrorZ_OK. res
Methods in org.ldk.structs that return AcceptChannel Modifier and Type Method Description AcceptChannel
AcceptChannel. clone()
Creates a copy of the AcceptChannelMethods in org.ldk.structs with parameters of type AcceptChannel Modifier and Type Method Description boolean
AcceptChannel. eq(AcceptChannel b)
Checks if two AcceptChannels contain equal inner contents.void
ChannelMessageHandler.ChannelMessageHandlerInterface. handle_accept_channel(byte[] their_node_id, AcceptChannel msg)
Handle an incoming `accept_channel` message from the given peer.void
ChannelMessageHandler. handle_accept_channel(byte[] their_node_id, AcceptChannel msg)
Handle an incoming `accept_channel` message from the given peer.static Result_AcceptChannelDecodeErrorZ
Result_AcceptChannelDecodeErrorZ. ok(AcceptChannel o)
Creates a new CResult_AcceptChannelDecodeErrorZ in the success state.static MessageSendEvent
MessageSendEvent. send_accept_channel(byte[] node_id, AcceptChannel msg)
Utility method to constructs a new SendAcceptChannel-variant MessageSendEvent
-