EvmFeeInformation<T extends EvmGasPrice> constructor
- int? gasLimit,
- T? gasPrice,
Implementation
const EvmFeeInformation({
this.gasLimit,
this.gasPrice,
});
const EvmFeeInformation({
this.gasLimit,
this.gasPrice,
});