Expand description
Module containing a contract’s types and functions.
contract HostEvmOnlyFactory {
function createAndSelfdestruct(address recipient) public returns (address newContract) { <stmts> }
}Structs§
- create
AndSelfdestruct Call - Function with signature
createAndSelfdestruct(address)and selector0xa5acefa0. - create
AndSelfdestruct Return - Container type for the return parameters of the
createAndSelfdestruct(address)function.
Enums§
- Host
EvmOnly Factory Calls - Container for all the
HostEvmOnlyFactoryfunction calls.