EthereumRequestEstimateGas constructor

EthereumRequestEstimateGas({
  1. required Map<String, dynamic> transaction,
  2. BlockTagOrNumber? blockNumber = BlockTagOrNumber.pending,
})

Implementation

EthereumRequestEstimateGas({
  required this.transaction,
  super.blockNumber = BlockTagOrNumber.pending,
});