{
    "Function": "getLiveSample",
    "File": "contracts/interfaces/IMovingAverage.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function getLiveSample()\n    external\n    view\n    returns (\n      uint64,\n      uint256,\n      uint256,\n      uint256\n    );"
}