RecentBlockhash constructor

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

Implementation

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