How to decode JustLink price returned by calling latestPrice() function

前端 未结 0 596
悲哀的现实
悲哀的现实 2021-02-12 02:47

I\'m writing a contract as the following

pragma solidity ^0.5.0;
interface AggregatorInterface {
    function latestAnswer() external view returns (int256);
    f         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题