IForwarder
interface IForwarder
Source: contracts/common/IForwarder.sol
Index
Reference
Functions
canForward
abstract function`` canForward(address sender, bytes evmCallScript) public view returns (bool)
Parameters:
sender- addressevmCallScript- bytes
Returns:
bool
forward
abstract function`` forward(bytes evmCallScript) public
Parameters:
evmCallScript - bytes
isForwarder
abstract function`` isForwarder() external pure returns (bool)
Returns:
bool
Last updated
Was this helpful?
