EVMScriptRegistryFactory
Last updated
Was this helpful?
Source: contracts/factory/EVMScriptRegistryFactory.sol
function () public
Create a new EVMScriptRegistryFactory.
function`` newEVMScriptRegistry(Kernel _dao) public returns (EVMScriptRegistry)
Install a new pinned instance of EVMScriptRegistry on `_dao`.
Parameters:
_dao - Kernel
Returns:
Installed EVMScriptRegistry
Last updated
Was this helpful?
Was this helpful?
