Blockhash constructor

const Blockhash({
  1. required FeeCalculator feeCalculator,
  2. required String blockhash,
})

Implementation

const Blockhash({
  required this.feeCalculator,
  required this.blockhash,
});