For the complete documentation index, see llms.txt. This page is also available as Markdown.

IEVMScriptExecutor

interface IEVMScriptExecutor

Source: contracts/evmscript/IEVMScriptExecutor.sol

Index

Reference

Functions

execScript

abstract function`` execScript(bytes script, bytes input, address[] blacklist) external returns (bytes)


Parameters:

  • script - bytes

  • input - bytes

  • blacklist - address[]

Returns:

  • bytes

executorType

abstract function`` executorType() external pure returns (bytes32)


Returns:

  • bytes32

Last updated

Was this helpful?