Function gaslimit

pub fn gaslimit<WIRE, H>(context: InstructionContext<'_, H, WIRE>)
where WIRE: InterpreterTypes, H: Host + ?Sized,
Expand description

Implements the GASLIMIT instruction.

Pushes the current block’s gas limit onto the stack.