Last updated
Was this helpful?
Source: contracts/evmscript/IEVMScriptExecutor.sol
abstract function`` execScript(bytes script, bytes input, address[] blacklist) external returns (bytes)
Parameters:
script - bytes
input - bytes
blacklist - address[]
Returns:
bytes
abstract function`` executorType() external pure returns (bytes32)
Returns:
bytes32
Last updated
Was this helpful?
Was this helpful?
