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