pub fn block_number<IT: ITy, H: Host + ?Sized>(
context: InstructionContext<'_, H, IT>,
) -> InstructionExecResultExpand description
Implements the NUMBER instruction.
Pushes the current block number onto the stack.
pub fn block_number<IT: ITy, H: Host + ?Sized>(
context: InstructionContext<'_, H, IT>,
) -> InstructionExecResultImplements the NUMBER instruction.
Pushes the current block number onto the stack.