Uses of Class
org.ldk.enums.ConfirmationTarget
-
Packages that use ConfirmationTarget Package Description org.ldk.enums org.ldk.impl org.ldk.structs -
-
Uses of ConfirmationTarget in org.ldk.enums
Methods in org.ldk.enums that return ConfirmationTarget Modifier and Type Method Description static ConfirmationTargetConfirmationTarget. valueOf(String name)Returns the enum constant of this type with the specified name.static ConfirmationTarget[]ConfirmationTarget. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ConfirmationTarget in org.ldk.impl
Methods in org.ldk.impl that return ConfirmationTarget Modifier and Type Method Description static ConfirmationTargetbindings. ConfirmationTarget_background()static ConfirmationTargetbindings. ConfirmationTarget_clone(long orig)static ConfirmationTargetbindings. ConfirmationTarget_high_priority()static ConfirmationTargetbindings. ConfirmationTarget_normal()Methods in org.ldk.impl with parameters of type ConfirmationTarget Modifier and Type Method Description static intbindings. FeeEstimator_get_est_sat_per_1000_weight(long this_arg, ConfirmationTarget confirmation_target)intbindings.LDKFeeEstimator. get_est_sat_per_1000_weight(ConfirmationTarget confirmation_target) -
Uses of ConfirmationTarget in org.ldk.structs
Methods in org.ldk.structs with parameters of type ConfirmationTarget Modifier and Type Method Description intFeeEstimator.FeeEstimatorInterface. get_est_sat_per_1000_weight(ConfirmationTarget confirmation_target)Gets estimated satoshis of fee required per 1000 Weight-Units.intFeeEstimator. get_est_sat_per_1000_weight(ConfirmationTarget confirmation_target)Gets estimated satoshis of fee required per 1000 Weight-Units.
-