Uses of Class
org.ldk.structs.ChannelCounterparty
-
Packages that use ChannelCounterparty Package Description org.ldk.structs -
-
Uses of ChannelCounterparty in org.ldk.structs
Fields in org.ldk.structs declared as ChannelCounterparty Modifier and Type Field Description ChannelCounterpartyResult_ChannelCounterpartyDecodeErrorZ.Result_ChannelCounterpartyDecodeErrorZ_OK. resMethods in org.ldk.structs that return ChannelCounterparty Modifier and Type Method Description ChannelCounterpartyChannelCounterparty. clone()Creates a copy of the ChannelCounterpartyChannelCounterpartyChannelDetails. get_counterparty()Parameters which apply to our counterparty.static ChannelCounterpartyChannelCounterparty. of(byte[] node_id_arg, InitFeatures features_arg, long unspendable_punishment_reserve_arg, CounterpartyForwardingInfo forwarding_info_arg, Option_u64Z outbound_htlc_minimum_msat_arg, Option_u64Z outbound_htlc_maximum_msat_arg)Constructs a new ChannelCounterparty given each field Note that forwarding_info_arg (or a relevant inner pointer) may be NULL or all-0s to represent NoneMethods in org.ldk.structs with parameters of type ChannelCounterparty Modifier and Type Method Description static ChannelDetailsChannelDetails. of(byte[] channel_id_arg, ChannelCounterparty counterparty_arg, OutPoint funding_txo_arg, ChannelTypeFeatures channel_type_arg, Option_u64Z short_channel_id_arg, Option_u64Z outbound_scid_alias_arg, Option_u64Z inbound_scid_alias_arg, long channel_value_satoshis_arg, Option_u64Z unspendable_punishment_reserve_arg, UInt128 user_channel_id_arg, Option_u32Z feerate_sat_per_1000_weight_arg, long balance_msat_arg, long outbound_capacity_msat_arg, long next_outbound_htlc_limit_msat_arg, long next_outbound_htlc_minimum_msat_arg, long inbound_capacity_msat_arg, Option_u32Z confirmations_required_arg, Option_u32Z confirmations_arg, Option_u16Z force_close_spend_delay_arg, boolean is_outbound_arg, boolean is_channel_ready_arg, Option_ChannelShutdownStateZ channel_shutdown_state_arg, boolean is_usable_arg, boolean is_public_arg, Option_u64Z inbound_htlc_minimum_msat_arg, Option_u64Z inbound_htlc_maximum_msat_arg, ChannelConfig config_arg)Constructs a new ChannelDetails given each field Note that funding_txo_arg (or a relevant inner pointer) may be NULL or all-0s to represent None Note that channel_type_arg (or a relevant inner pointer) may be NULL or all-0s to represent None Note that config_arg (or a relevant inner pointer) may be NULL or all-0s to represent Nonestatic Result_ChannelCounterpartyDecodeErrorZResult_ChannelCounterpartyDecodeErrorZ. ok(ChannelCounterparty o)Creates a new CResult_ChannelCounterpartyDecodeErrorZ in the success state.voidChannelDetails. set_counterparty(ChannelCounterparty val)Parameters which apply to our counterparty.
-