Rename accountsindex
This commit is contained in:
parent
d66b95dd1a
commit
69bafdadcf
@ -5,7 +5,7 @@ pragma solidity >=0.6.12;
|
|||||||
// File-version: 2
|
// File-version: 2
|
||||||
|
|
||||||
|
|
||||||
interface AccountsIndex {
|
interface AccountRegistry {
|
||||||
event AccountAdded(address indexed addedAccount, uint256 indexed accountIndex);
|
event AccountAdded(address indexed addedAccount, uint256 indexed accountIndex);
|
||||||
|
|
||||||
function accounts(uint256 _idx) external view returns (address);
|
function accounts(uint256 _idx) external view returns (address);
|
Loading…
Reference in New Issue
Block a user