Package org.ldk.structs
Interface FeeEstimator.FeeEstimatorInterface
-
- Enclosing class:
- FeeEstimator
public static interface FeeEstimator.FeeEstimatorInterface
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
get_est_sat_per_1000_weight(ConfirmationTarget confirmation_target)
Gets estimated satoshis of fee required per 1000 Weight-Units.
-
-
-
Method Detail
-
get_est_sat_per_1000_weight
int get_est_sat_per_1000_weight(ConfirmationTarget confirmation_target)
Gets estimated satoshis of fee required per 1000 Weight-Units. LDK will wrap this method and ensure that the value returned is no smaller than 253 (ie 1 satoshi-per-byte rounded up to ensure later round-downs don't put us below 1 satoshi-per-byte). The following unit conversions can be used to convert to sats/KW: satoshis-per-byte * 250 satoshis-per-kbyte / 4
-
-