formatEstimateRequest method

Map<String, dynamic> formatEstimateRequest(
  1. UserIntent userOp, {
  2. int id = 1,
})

Implementation

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