boolean |
ChannelConfig.eq(ChannelConfig b) |
Checks if two ChannelConfigs contain equal inner contents.
|
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 field
|
static UserConfig |
UserConfig.of(ChannelHandshakeConfig channel_handshake_config_arg,
ChannelHandshakeLimits channel_handshake_limits_arg,
ChannelConfig channel_config_arg,
boolean accept_forwards_to_priv_channels_arg,
boolean accept_inbound_channels_arg,
boolean manually_accept_inbound_channels_arg,
boolean accept_intercept_htlcs_arg) |
Constructs a new UserConfig given each field
|
static Result_ChannelConfigDecodeErrorZ |
Result_ChannelConfigDecodeErrorZ.ok(ChannelConfig o) |
Creates a new CResult_ChannelConfigDecodeErrorZ in the success state.
|
void |
UserConfig.set_channel_config(ChannelConfig val) |
Channel config which affects behavior during channel lifetime.
|
void |
ChannelDetails.set_config(ChannelConfig val) |
Set of configurable parameters that affect channel operation.
|
Result_NoneAPIErrorZ |
ChannelManager.update_channel_config(byte[] counterparty_node_id,
byte[][] channel_ids,
ChannelConfig config) |
Atomically updates the [`ChannelConfig`] for the given channels.
|