Function create
pub fn create<const IS_CREATE2: bool, IT, H>(
context: InstructionContext<'_, H, IT>,
) -> Result<(), InstructionResult>Expand description
Implements the CREATE/CREATE2 instruction.
Creates a new contract with provided bytecode.
pub fn create<const IS_CREATE2: bool, IT, H>(
context: InstructionContext<'_, H, IT>,
) -> Result<(), InstructionResult>Implements the CREATE/CREATE2 instruction.
Creates a new contract with provided bytecode.