Timestamp
#2Block timestamp management
Part of Core Infrastructure: Fundamental runtime components and system functions
Filter by:
DidUpdate storage v101 → v393
Whether the timestamp has been updated in the current block.
Modified by: set
Runtime Hook Modified by runtime hooks, not user extrinsics
System
MinimumPeriod constant v101 → v393
Minimum time between block timestamps in milliseconds.
Now storage v101 → v393
Current Unix timestamp in milliseconds as set by the block author.
Modified by: set
Runtime Hook Modified by runtime hooks, not user extrinsics
System
set call v101 → v393 #0
Sets the current on-chain time; called exactly once per block by validators.
Modifies: Now, DidUpdate
●●●●●○ Core usage
System