EVMScriptRegistryFactory
contract EVMScriptRegistryFactory
Source: contracts/factory/EVMScriptRegistryFactory.sol
Index
Reference
Functions
fallback
function () public
Create a new EVMScriptRegistryFactory.
newEVMScriptRegistry
function``
newEVMScriptRegistry
(Kernel _dao) public returns (EVMScriptRegistry)
Install a new pinned instance of EVMScriptRegistry on `_dao`.
Parameters:
_dao
- Kernel
Returns:
Installed EVMScriptRegistry
Last updated