{
    "Function": "batchDelegate",
    "File": "contracts/mocks/Helper.sol",
    "Parent Contracts": [],
    "High-Level Calls": [
        "IFollowNFT",
        "IFollowNFT"
    ],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function batchDelegate(\n        IFollowNFT nft,\n        address first,\n        address second\n    ) external {\n        nft.delegate(first);\n        nft.delegate(second);\n    }"
}