Skip to content

Commit

Permalink
updated interface example
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike committed Dec 11, 2019
1 parent 0ac6354 commit 292703b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ interface OrFeedInterface {
function getTokenAddress ( string symbol ) external view returns ( address );
function getSynthBytes32 ( string symbol ) external view returns ( bytes32 );
function getForexAddress ( string symbol ) external view returns ( address );
function requestAsyncEvent(string eventName, string source) external returns(string);
function getAsyncEventResult(string eventName, string source, string referenceId) external view returns (string);
}
```
Expand Down

0 comments on commit 292703b

Please sign in to comment.