Uses of Class
org.ldk.structs.Option_u16Z
-
Packages that use Option_u16Z Package Description org.ldk.structs -
-
Uses of Option_u16Z in org.ldk.structs
Subclasses of Option_u16Z in org.ldk.structs Modifier and Type Class Description static classOption_u16Z.NoneWhen we're in this state, this COption_u16Z contains nothingstatic classOption_u16Z.SomeWhen we're in this state, this COption_u16Z contains a u16Methods in org.ldk.structs that return Option_u16Z Modifier and Type Method Description Option_u16ZOption_u16Z. clone()Creates a new COption_u16Z which has the same data as `orig` but with all dynamically-allocated buffers duplicated in new buffers.Option_u16ZChannelDetails. get_force_close_spend_delay()The number of blocks (after our commitment transaction confirms) that we will need to wait until we can claim our funds after we force-close the channel.static Option_u16ZOption_u16Z. none()Constructs a new COption_u16Z containing nothingstatic Option_u16ZOption_u16Z. some(short o)Constructs a new COption_u16Z containing a u16Methods in org.ldk.structs with parameters of type Option_u16Z 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, long user_channel_id_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_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 fieldvoidChannelDetails. set_force_close_spend_delay(Option_u16Z val)The number of blocks (after our commitment transaction confirms) that we will need to wait until we can claim our funds after we force-close the channel.
-