IPolymathRegistry.sol
event ChangeAddress(string _nameKey, address indexed _oldAddress, address indexed _newAddress);Functions
getAddress
function getAddress(string _nameKey) external view
returns(registryAddress address)changeAddress
Last updated
Was this helpful?