{
    "Function": "getBestPools",
    "File": "contracts/test/BalancerRegistry.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [
        "getBestPoolsWithLimit"
    ],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function getBestPools(address fromToken, address destToken)\n        external view returns(address[] memory pools)\n    {\n        return getBestPoolsWithLimit(fromToken, destToken, 32);\n    }"
}