Add addressOf to Registry
This commit is contained in:
parent
ad3be535ba
commit
9b42a393ea
@ -12,4 +12,6 @@ interface Registry {
|
|||||||
function configSumOf(bytes32 _chain) external view returns (bytes32);
|
function configSumOf(bytes32 _chain) external view returns (bytes32);
|
||||||
function set (bytes32 _identifier, address _address, bytes32 _chainDescriptor, bytes32 _chainConfig) external returns (bool);
|
function set (bytes32 _identifier, address _address, bytes32 _chainDescriptor, bytes32 _chainConfig) external returns (bool);
|
||||||
function seal() external returns (bool);
|
function seal() external returns (bool);
|
||||||
|
// TODO: extend RegistryClient, but flatten files
|
||||||
|
function addressOf(bytes32) external view returns (address);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user