AVG_MIDDLE constant

FeeEstimationMode const AVG_MIDDLE

Average over transaction in the middle of each block

Implementation

static const FeeEstimationMode AVG_MIDDLE =
    FeeEstimationMode._(6, _omitEnumNames ? '' : 'AVG_MIDDLE');