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 AcceptChannelMessageSendEvent.SendAcceptChannel. msgThe message which should be sent.AcceptChannelResult_AcceptChannelDecodeErrorZ.Result_AcceptChannelDecodeErrorZ_OK. resMethods in org.ldk.structs that return AcceptChannel Modifier and Type Method Description AcceptChannelAcceptChannel. clone()Creates a copy of the AcceptChannelMethods in org.ldk.structs with parameters of type AcceptChannel Modifier and Type Method Description voidChannelMessageHandler.ChannelMessageHandlerInterface. handle_accept_channel(byte[] their_node_id, InitFeatures their_features, AcceptChannel msg)Handle an incoming accept_channel message from the given peer.voidChannelMessageHandler. handle_accept_channel(byte[] their_node_id, InitFeatures their_features, AcceptChannel msg)Handle an incoming accept_channel message from the given peer.static Result_AcceptChannelDecodeErrorZResult_AcceptChannelDecodeErrorZ. ok(AcceptChannel o)Creates a new CResult_AcceptChannelDecodeErrorZ in the success state.static MessageSendEventMessageSendEvent. send_accept_channel(byte[] node_id, AcceptChannel msg)Utility method to constructs a new SendAcceptChannel-variant MessageSendEvent
-