estimateGas method

Future<BigInt> estimateGas(
  1. Map<String, dynamic> txParams
)

Implementation

Future<BigInt> estimateGas(Map<String, dynamic> txParams) async {
  return await _estimateGas(txParams);
}