{
    "Function": "syncVaderPrice",
    "File": "contracts/interfaces/lbt/ILiquidityBasedTWAP.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function syncVaderPrice()\r\n        external\r\n        returns (\r\n            uint256[] memory pastLiquidityWeights,\r\n            uint256 pastTotalLiquidityWeight\r\n        );"
}