FeeCalculatorForBlockhash constructor

const FeeCalculatorForBlockhash({
  1. required FeeCalculator feeCalculator,
})

Implementation

const FeeCalculatorForBlockhash({required this.feeCalculator});