Uses of Class
org.ldk.structs.OpenChannel
-
Packages that use OpenChannel Package Description org.ldk.structs -
-
Uses of OpenChannel in org.ldk.structs
Fields in org.ldk.structs declared as OpenChannel Modifier and Type Field Description OpenChannelMessageSendEvent.SendOpenChannel. msgThe message which should be sent.OpenChannelResult_OpenChannelDecodeErrorZ.Result_OpenChannelDecodeErrorZ_OK. resMethods in org.ldk.structs that return OpenChannel Modifier and Type Method Description OpenChannelOpenChannel. clone()Creates a copy of the OpenChannelstatic OpenChannelOpenChannel. of(byte[] chain_hash_arg, byte[] temporary_channel_id_arg, long funding_satoshis_arg, long push_msat_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 feerate_per_kw_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, byte channel_flags_arg, Option_CVec_u8ZZ shutdown_scriptpubkey_arg, ChannelTypeFeatures channel_type_arg)Constructs a new OpenChannel 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 OpenChannel Modifier and Type Method Description booleanOpenChannel. eq(OpenChannel b)Checks if two OpenChannels contain equal inner contents.voidChannelMessageHandler.ChannelMessageHandlerInterface. handle_open_channel(byte[] their_node_id, OpenChannel msg)Handle an incoming `open_channel` message from the given peer.voidChannelMessageHandler. handle_open_channel(byte[] their_node_id, OpenChannel msg)Handle an incoming `open_channel` message from the given peer.static Result_OpenChannelDecodeErrorZResult_OpenChannelDecodeErrorZ. ok(OpenChannel o)Creates a new CResult_OpenChannelDecodeErrorZ in the success state.static MessageSendEventMessageSendEvent. send_open_channel(byte[] node_id, OpenChannel msg)Utility method to constructs a new SendOpenChannel-variant MessageSendEvent
-