Uses of Class
org.ldk.structs.Option_u32Z
-
Packages that use Option_u32Z Package Description org.ldk.structs -
-
Uses of Option_u32Z in org.ldk.structs
Subclasses of Option_u32Z in org.ldk.structs Modifier and Type Class Description static class
Option_u32Z.None
static class
Option_u32Z.Some
Methods in org.ldk.structs that return Option_u32Z Modifier and Type Method Description Option_u32Z
Option_u32Z. clone()
Creates a new COption_u32Z which has the same data as `orig` but with all dynamically-allocated buffers duplicated in new buffers.Option_u32Z
ChannelDetails. get_confirmations_required()
The number of required confirmations on the funding transaction before the funding will be considered \"locked\".Option_u32Z
HTLCOutputInCommitment. get_transaction_output_index()
The position within the commitment transactions' outputs.static Option_u32Z
Option_u32Z. none()
Constructs a new COption_u32Z containing nothingstatic Option_u32Z
Option_u32Z. some(int o)
Constructs a new COption_u32Z containing a u32Methods in org.ldk.structs with parameters of type Option_u32Z 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 fieldstatic HTLCOutputInCommitment
HTLCOutputInCommitment. of(boolean offered_arg, long amount_msat_arg, int cltv_expiry_arg, byte[] payment_hash_arg, Option_u32Z transaction_output_index_arg)
Constructs a new HTLCOutputInCommitment given each fieldvoid
ChannelDetails. set_confirmations_required(Option_u32Z val)
The number of required confirmations on the funding transaction before the funding will be considered \"locked\".void
HTLCOutputInCommitment. set_transaction_output_index(Option_u32Z val)
The position within the commitment transactions' outputs.
-