Uses of Class
org.ldk.structs.AcceptChannelV2
-
Packages that use AcceptChannelV2 Package Description org.ldk.structs -
-
Uses of AcceptChannelV2 in org.ldk.structs
Fields in org.ldk.structs declared as AcceptChannelV2 Modifier and Type Field Description AcceptChannelV2MessageSendEvent.SendAcceptChannelV2. msgThe message which should be sent.AcceptChannelV2Result_AcceptChannelV2DecodeErrorZ.Result_AcceptChannelV2DecodeErrorZ_OK. resMethods in org.ldk.structs that return AcceptChannelV2 Modifier and Type Method Description AcceptChannelV2AcceptChannelV2. clone()Creates a copy of the AcceptChannelV2static AcceptChannelV2AcceptChannelV2. of(byte[] temporary_channel_id_arg, long funding_satoshis_arg, long dust_limit_satoshis_arg, long max_htlc_value_in_flight_msat_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_basepoint_arg, byte[] delayed_payment_basepoint_arg, byte[] htlc_basepoint_arg, byte[] first_per_commitment_point_arg, byte[] second_per_commitment_point_arg, Option_CVec_u8ZZ shutdown_scriptpubkey_arg, ChannelTypeFeatures channel_type_arg, COption_NoneZ require_confirmed_inputs_arg)Constructs a new AcceptChannelV2 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 AcceptChannelV2 Modifier and Type Method Description booleanAcceptChannelV2. eq(AcceptChannelV2 b)Checks if two AcceptChannelV2s contain equal inner contents.voidChannelMessageHandler.ChannelMessageHandlerInterface. handle_accept_channel_v2(byte[] their_node_id, AcceptChannelV2 msg)Handle an incoming `accept_channel2` message from the given peer.voidChannelMessageHandler. handle_accept_channel_v2(byte[] their_node_id, AcceptChannelV2 msg)Handle an incoming `accept_channel2` message from the given peer.static Result_AcceptChannelV2DecodeErrorZResult_AcceptChannelV2DecodeErrorZ. ok(AcceptChannelV2 o)Creates a new CResult_AcceptChannelV2DecodeErrorZ in the success state.static MessageSendEventMessageSendEvent. send_accept_channel_v2(byte[] node_id, AcceptChannelV2 msg)Utility method to constructs a new SendAcceptChannelV2-variant MessageSendEvent
-