IEVMScriptRegistry
Last updated
Was this helpful?
Last updated
Was this helpful?
Source:
abstract function``
addScriptExecutor
(IEVMScriptExecutor executor) external returns (uint)
Parameters:
executor
- IEVMScriptExecutor
Returns:
uint
abstract function``
disableScriptExecutor
(uint256 executorId) external
Parameters:
executorId
- uint256
abstract function``
getScriptExecutor
(bytes script) public view returns (IEVMScriptExecutor)
Parameters:
script
- bytes
Returns:
IEVMScriptExecutor