configure
fun configure(probabilities: List<Double>? = null, blockTargets: List<Double>? = null, shortTermWindowDuration: Duration? = null, longTermWindowDuration: Duration? = null): FeeEstimator(source)
Creates a new FeeEstimator with modified settings.
Return
A new FeeEstimator instance with the specified settings
Parameters
probabilities
New confidence levels (null to keep current)
block Targets
New block targets (null to keep current)
short Term Window Duration
New short-term window duration (null to keep current)
long Term Window Duration
New long-term window duration (null to keep current)