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_NoneZCOption_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_NoneZbindings. ChannelTransactionParameters_get_opt_anchors(long this_ptr)static COption_NoneZbindings. COption_NoneZ_none()static COption_NoneZbindings. COption_NoneZ_some()Methods in org.ldk.impl with parameters of type COption_NoneZ Modifier and Type Method Description static longbindings. 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)static voidbindings. ChannelTransactionParameters_set_opt_anchors(long this_ptr, COption_NoneZ val)static voidbindings. 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_NoneZUtilMethods. COption_NoneZ_none()Constructs a new COption_NoneZ containing nothingstatic COption_NoneZUtilMethods. COption_NoneZ_some()Constructs a new COption_NoneZ containing aCOption_NoneZChannelTransactionParameters. get_opt_anchors()Are anchors used for this channel.Methods in org.ldk.structs with parameters of type COption_NoneZ Modifier and Type Method Description static ChannelTransactionParametersChannelTransactionParameters. 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)Constructs a new ChannelTransactionParameters given each fieldvoidChannelTransactionParameters. set_opt_anchors(COption_NoneZ val)Are anchors used for this channel.
-