pub fn create<const IS_CREATE2: bool, IT: ITy, H: Host + ?Sized>(
context: InstructionContext<'_, H, IT>,
) -> InstructionExecResultExpand description
Implements the CREATE/CREATE2 instruction.
Creates a new contract with provided bytecode.
pub fn create<const IS_CREATE2: bool, IT: ITy, H: Host + ?Sized>(
context: InstructionContext<'_, H, IT>,
) -> InstructionExecResultImplements the CREATE/CREATE2 instruction.
Creates a new contract with provided bytecode.