Function block_number
pub fn block_number<IT, H>(
context: InstructionContext<'_, H, IT>,
) -> Result<(), InstructionResult>Available on crate feature
evm only.Expand description
Implements the NUMBER instruction.
Pushes the current block number onto the stack.