Function gaslimit
pub fn gaslimit<IT, H>(
context: InstructionContext<'_, H, IT>,
) -> Result<(), InstructionResult>Expand description
Implements the GASLIMIT instruction.
Pushes the current block’s gas limit onto the stack.
pub fn gaslimit<IT, H>(
context: InstructionContext<'_, H, IT>,
) -> Result<(), InstructionResult>Implements the GASLIMIT instruction.
Pushes the current block’s gas limit onto the stack.