mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-01-24 06:08:48 +00:00
callback fixes and get rid of resolver interface
Signed-off-by: VoR0220 <catalanor0220@gmail.com>
This commit is contained in:
parent
7acf74879b
commit
4a95c1598f
@ -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…
x
Reference in New Issue
Block a user