AVG_TOP constant

FeeEstimationMode const AVG_TOP

Average over transaction in head of each block. Note that for Bitcoin it doesn't count COINBASE tx as top tx.

Implementation

static const FeeEstimationMode AVG_TOP =
    FeeEstimationMode._(7, _omitEnumNames ? '' : 'AVG_TOP');