pub fn timestamp<WIRE: InterpreterTypes, H: Host + ?Sized>(
context: InstructionContext<'_, H, WIRE>,
)
Expand description
Implements the TIMESTAMP instruction.
Pushes the current block’s timestamp onto the stack.
pub fn timestamp<WIRE: InterpreterTypes, H: Host + ?Sized>(
context: InstructionContext<'_, H, WIRE>,
)
Implements the TIMESTAMP instruction.
Pushes the current block’s timestamp onto the stack.