ContractRegistryClient

This is the base contract for ContractRegistry clients.

Functions:

Function updateRegistry()

updates to the new contract-registry

Function restoreRegistry()

restores the previous contract-registry

Function restrictRegistryUpdate(bool _onlyOwnerCanUpdateRegistry)

restricts the permission to update the contract-registry

Parameters:

  • _onlyOwnerCanUpdateRegistry: indicates whether or not permission is restricted to owner only

Last updated