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