pub fn gaslimit<IT: ITy, H: Host + ?Sized>(
context: InstructionContext<'_, H, IT>,
) -> InstructionExecResultExpand description
Implements the GASLIMIT instruction.
Pushes the current block’s gas limit onto the stack.
pub fn gaslimit<IT: ITy, H: Host + ?Sized>(
context: InstructionContext<'_, H, IT>,
) -> InstructionExecResultImplements the GASLIMIT instruction.
Pushes the current block’s gas limit onto the stack.