Uses of Class
org.ldk.structs.OpenChannelV2
-
Packages that use OpenChannelV2 Package Description org.ldk.structs -
-
Uses of OpenChannelV2 in org.ldk.structs
Fields in org.ldk.structs declared as OpenChannelV2 Modifier and Type Field Description OpenChannelV2MessageSendEvent.SendOpenChannelV2. msgThe message which should be sent.OpenChannelV2Result_OpenChannelV2DecodeErrorZ.Result_OpenChannelV2DecodeErrorZ_OK. resMethods in org.ldk.structs that return OpenChannelV2 Modifier and Type Method Description OpenChannelV2OpenChannelV2. clone()Creates a copy of the OpenChannelV2static OpenChannelV2OpenChannelV2. of(byte[] chain_hash_arg, byte[] temporary_channel_id_arg, int funding_feerate_sat_per_1000_weight_arg, int commitment_feerate_sat_per_1000_weight_arg, long funding_satoshis_arg, long dust_limit_satoshis_arg, long max_htlc_value_in_flight_msat_arg, long htlc_minimum_msat_arg, short to_self_delay_arg, short max_accepted_htlcs_arg, int locktime_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, byte channel_flags_arg, Option_CVec_u8ZZ shutdown_scriptpubkey_arg, ChannelTypeFeatures channel_type_arg, COption_NoneZ require_confirmed_inputs_arg)Constructs a new OpenChannelV2 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 OpenChannelV2 Modifier and Type Method Description booleanOpenChannelV2. eq(OpenChannelV2 b)Checks if two OpenChannelV2s contain equal inner contents.voidChannelMessageHandler.ChannelMessageHandlerInterface. handle_open_channel_v2(byte[] their_node_id, OpenChannelV2 msg)Handle an incoming `open_channel2` message from the given peer.voidChannelMessageHandler. handle_open_channel_v2(byte[] their_node_id, OpenChannelV2 msg)Handle an incoming `open_channel2` message from the given peer.static Result_OpenChannelV2DecodeErrorZResult_OpenChannelV2DecodeErrorZ. ok(OpenChannelV2 o)Creates a new CResult_OpenChannelV2DecodeErrorZ in the success state.static MessageSendEventMessageSendEvent. send_open_channel_v2(byte[] node_id, OpenChannelV2 msg)Utility method to constructs a new SendOpenChannelV2-variant MessageSendEvent
-