formatEstimateRequest method
Implementation
Map<String, dynamic> formatEstimateRequest(UserIntent userOp,
{int id = 1}) {
return _formatRequest(
'eth_estimateUserOperationGas', _userOpParams(userOp), id);
}
Map<String, dynamic> formatEstimateRequest(UserIntent userOp,
{int id = 1}) {
return _formatRequest(
'eth_estimateUserOperationGas', _userOpParams(userOp), id);
}