Created
April 5, 2018 06:39
-
-
Save kyriediculous/d95011ee6c152e07c84d52d7a267e7dd 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
pragma solidity ^0.4.19; | |
interface ContractProvider { | |
function contracts(bytes32 _name) external returns (address); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment