mirror of https://github.com/embarklabs/embark.git
callback fixes and get rid of resolver interface
Signed-off-by: VoR0220 <catalanor0220@gmail.com>
This commit is contained in:
parent
592e4db762
commit
f2feff597f
|
@ -1,10 +0,0 @@
|
|||
pragma solidity ^0.4.18;
|
||||
|
||||
contract ResolverInterface {
|
||||
function PublicResolver(address ensAddr) public;
|
||||
function setAddr(bytes32 node, address addr) public;
|
||||
function setHash(bytes32 node, bytes32 hash) public;
|
||||
function addr(bytes32 node) public view returns (address);
|
||||
function hash(bytes32 node) public view returns (bytes32);
|
||||
function supportsInterface(bytes4 interfaceID) public pure returns (bool);
|
||||
}
|
Loading…
Reference in New Issue