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