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