Uses of Class
org.ldk.enums.COption_NoneZ
-
Packages that use COption_NoneZ Package Description org.ldk.enums org.ldk.impl org.ldk.structs -
-
Uses of COption_NoneZ in org.ldk.enums
Methods in org.ldk.enums that return COption_NoneZ Modifier and Type Method Description static COption_NoneZ
COption_NoneZ. valueOf(String name)
Returns the enum constant of this type with the specified name.static COption_NoneZ[]
COption_NoneZ. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of COption_NoneZ in org.ldk.impl
Methods in org.ldk.impl that return COption_NoneZ Modifier and Type Method Description static COption_NoneZ
bindings. ChannelTransactionParameters_get_opt_anchors(long this_ptr)
static COption_NoneZ
bindings. ChannelTransactionParameters_get_opt_non_zero_fee_anchors(long this_ptr)
static COption_NoneZ
bindings. COption_NoneZ_none()
static COption_NoneZ
bindings. COption_NoneZ_some()
Methods in org.ldk.impl with parameters of type COption_NoneZ Modifier and Type Method Description static long
bindings. ChannelTransactionParameters_new(long holder_pubkeys_arg, short holder_selected_contest_delay_arg, boolean is_outbound_from_holder_arg, long counterparty_parameters_arg, long funding_outpoint_arg, COption_NoneZ opt_anchors_arg, COption_NoneZ opt_non_zero_fee_anchors_arg)
static void
bindings. ChannelTransactionParameters_set_opt_anchors(long this_ptr, COption_NoneZ val)
static void
bindings. ChannelTransactionParameters_set_opt_non_zero_fee_anchors(long this_ptr, COption_NoneZ val)
static void
bindings. COption_NoneZ_free(COption_NoneZ _res)
-
Uses of COption_NoneZ in org.ldk.structs
Methods in org.ldk.structs that return COption_NoneZ Modifier and Type Method Description static COption_NoneZ
UtilMethods. COption_NoneZ_none()
Constructs a new COption_NoneZ containing nothingstatic COption_NoneZ
UtilMethods. COption_NoneZ_some()
Constructs a new COption_NoneZ containing aCOption_NoneZ
ChannelTransactionParameters. get_opt_anchors()
Are anchors (zero fee HTLC transaction variant) used for this channel.COption_NoneZ
ChannelTransactionParameters. get_opt_non_zero_fee_anchors()
Are non-zero-fee anchors are enabled (used in conjuction with opt_anchors) It is intended merely for backwards compatibility with signers that need it.Methods in org.ldk.structs with parameters of type COption_NoneZ Modifier and Type Method Description static ChannelTransactionParameters
ChannelTransactionParameters. of(ChannelPublicKeys holder_pubkeys_arg, short holder_selected_contest_delay_arg, boolean is_outbound_from_holder_arg, CounterpartyChannelTransactionParameters counterparty_parameters_arg, OutPoint funding_outpoint_arg, COption_NoneZ opt_anchors_arg, COption_NoneZ opt_non_zero_fee_anchors_arg)
Constructs a new ChannelTransactionParameters given each fieldvoid
ChannelTransactionParameters. set_opt_anchors(COption_NoneZ val)
Are anchors (zero fee HTLC transaction variant) used for this channel.void
ChannelTransactionParameters. set_opt_non_zero_fee_anchors(COption_NoneZ val)
Are non-zero-fee anchors are enabled (used in conjuction with opt_anchors) It is intended merely for backwards compatibility with signers that need it.
-