Binary Option Example
Project Description
Code repository
Disclaimer
Key Concept
function latestRoundData() external view returns (uint64 id, int256 answer, uint256 updatedAt) {
return feed.latestRoundData();
}Last updated