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 AcceptChannelstatic AcceptChannelAcceptChannel. of(byte[] temporary_channel_id_arg, long dust_limit_satoshis_arg, long max_htlc_value_in_flight_msat_arg, long channel_reserve_satoshis_arg, long htlc_minimum_msat_arg, int minimum_depth_arg, short to_self_delay_arg, short max_accepted_htlcs_arg, byte[] funding_pubkey_arg, byte[] revocation_basepoint_arg, byte[] payment_point_arg, byte[] delayed_payment_basepoint_arg, byte[] htlc_basepoint_arg, byte[] first_per_commitment_point_arg, Option_CVec_u8ZZ shutdown_scriptpubkey_arg, ChannelTypeFeatures channel_type_arg)Constructs a new AcceptChannel given each field Note that channel_type_arg (or a relevant inner pointer) may be NULL or all-0s to represent NoneMethods in org.ldk.structs with parameters of type AcceptChannel Modifier and Type Method Description booleanAcceptChannel. eq(AcceptChannel b)Checks if two AcceptChannels contain equal inner contents.voidChannelMessageHandler.ChannelMessageHandlerInterface. handle_accept_channel(byte[] their_node_id, AcceptChannel msg)Handle an incoming `accept_channel` message from the given peer.voidChannelMessageHandler. handle_accept_channel(byte[] their_node_id, 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
-