estimateGas method
Estimates gas for a transaction.
Implementation
Future<BigInt> estimateGas(CallRequest request) async {
return provider.estimateGas(request.toJson());
}
Estimates gas for a transaction.
Future<BigInt> estimateGas(CallRequest request) async {
return provider.estimateGas(request.toJson());
}