Inherits: AggregatedChainlinkOracle
Returns the target price of the TCAP token
constructor(ITCAPV2 tcap, address feed_, uint256 stalenessDelay_) AggregatedChainlinkOracle(feed_, address(tcap), stalenessDelay_);
function latestPrice(bool checkStaleness) public view virtual override returns (uint256);