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 ConfirmationTarget
ConfirmationTarget. 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 ConfirmationTarget
bindings. ConfirmationTarget_background()
static ConfirmationTarget
bindings. ConfirmationTarget_clone(long orig)
static ConfirmationTarget
bindings. ConfirmationTarget_high_priority()
static ConfirmationTarget
bindings. ConfirmationTarget_normal()
Methods in org.ldk.impl with parameters of type ConfirmationTarget Modifier and Type Method Description static int
bindings. FeeEstimator_get_est_sat_per_1000_weight(long this_arg, ConfirmationTarget confirmation_target)
int
bindings.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 int
FeeEstimator.FeeEstimatorInterface. get_est_sat_per_1000_weight(ConfirmationTarget confirmation_target)
Gets estimated satoshis of fee required per 1000 Weight-Units.int
FeeEstimator. get_est_sat_per_1000_weight(ConfirmationTarget confirmation_target)
Gets estimated satoshis of fee required per 1000 Weight-Units.
-