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 ChannelCounterparty
Result_ChannelCounterpartyDecodeErrorZ.Result_ChannelCounterpartyDecodeErrorZ_OK. res
Methods in org.ldk.structs that return ChannelCounterparty Modifier and Type Method Description ChannelCounterparty
ChannelCounterparty. clone()
Creates a copy of the ChannelCounterpartyChannelCounterparty
ChannelDetails. get_counterparty()
Parameters which apply to our counterparty.static ChannelCounterparty
ChannelCounterparty. 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 fieldMethods in org.ldk.structs with parameters of type ChannelCounterparty Modifier and Type Method Description static ChannelDetails
ChannelDetails. 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 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, 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 fieldstatic Result_ChannelCounterpartyDecodeErrorZ
Result_ChannelCounterpartyDecodeErrorZ. ok(ChannelCounterparty o)
Creates a new CResult_ChannelCounterpartyDecodeErrorZ in the success state.void
ChannelDetails. set_counterparty(ChannelCounterparty val)
Parameters which apply to our counterparty.
-