EthereumRequestEstimateGas constructor
EthereumRequestEstimateGas({
- required Map<
String, dynamic> transaction, - BlockTagOrNumber? blockNumber = BlockTagOrNumber.pending,
Implementation
EthereumRequestEstimateGas({
required this.transaction,
super.blockNumber = BlockTagOrNumber.pending,
});