Identity Registry Storage Interface
event IdentityStored(address indexed investorAddress, IIdentity indexed identity);event IdentityUnstored(address indexed investorAddress, IIdentity indexed identity);event IdentityModified(IIdentity indexed oldIdentity, IIdentity indexed newIdentity);Last updated