Created
December 5, 2018 16:35
-
-
Save kyriediculous/3433ca4bb384eb9eea0ecc87820ed384 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
contract DummyInterface { | |
function increment() external; | |
function get() external view returns (uint); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment