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 class
Option_u16Z.None
static class
Option_u16Z.Some
Methods in org.ldk.structs that return Option_u16Z Modifier and Type Method Description Option_u16Z
Option_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_u16Z
ChannelDetails. 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_u16Z
Option_u16Z. none()
Constructs a new COption_u16Z containing nothingstatic Option_u16Z
Option_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 ChannelDetails
ChannelDetails. of(byte[] channel_id_arg, ChannelCounterparty counterparty_arg, OutPoint funding_txo_arg, Option_u64Z short_channel_id_arg, long channel_value_satoshis_arg, Option_u64Z unspendable_punishment_reserve_arg, long user_id_arg, long outbound_capacity_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_funding_locked_arg, boolean is_usable_arg, boolean is_public_arg)
Constructs a new ChannelDetails given each fieldvoid
ChannelDetails. 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.
-