Uses of Class
org.ldk.structs.Option_ChannelShutdownStateZ
-
Packages that use Option_ChannelShutdownStateZ Package Description org.ldk.structs -
-
Uses of Option_ChannelShutdownStateZ in org.ldk.structs
Subclasses of Option_ChannelShutdownStateZ in org.ldk.structs Modifier and Type Class Description static classOption_ChannelShutdownStateZ.NoneWhen we're in this state, this COption_ChannelShutdownStateZ contains nothingstatic classOption_ChannelShutdownStateZ.SomeWhen we're in this state, this COption_ChannelShutdownStateZ contains a crate::lightning::ln::channelmanager::ChannelShutdownStateMethods in org.ldk.structs that return Option_ChannelShutdownStateZ Modifier and Type Method Description Option_ChannelShutdownStateZOption_ChannelShutdownStateZ. clone()Creates a new COption_ChannelShutdownStateZ which has the same data as `orig` but with all dynamically-allocated buffers duplicated in new buffers.Option_ChannelShutdownStateZChannelDetails. get_channel_shutdown_state()The stage of the channel's shutdown.static Option_ChannelShutdownStateZOption_ChannelShutdownStateZ. none()Constructs a new COption_ChannelShutdownStateZ containing nothingstatic Option_ChannelShutdownStateZOption_ChannelShutdownStateZ. some(ChannelShutdownState o)Constructs a new COption_ChannelShutdownStateZ containing a crate::lightning::ln::channelmanager::ChannelShutdownStateMethods in org.ldk.structs with parameters of type Option_ChannelShutdownStateZ 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, 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 next_outbound_htlc_minimum_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, Option_ChannelShutdownStateZ channel_shutdown_state_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 Note that funding_txo_arg (or a relevant inner pointer) may be NULL or all-0s to represent None Note that channel_type_arg (or a relevant inner pointer) may be NULL or all-0s to represent None Note that config_arg (or a relevant inner pointer) may be NULL or all-0s to represent NonevoidChannelDetails. set_channel_shutdown_state(Option_ChannelShutdownStateZ val)The stage of the channel's shutdown.
-