Registry / crypto / pallet-timestamp

pallet-timestamp

JSON →
library47.0.0rscratesunverified

FRAME pallet providing on-chain timestamp management for Substrate-based blockchains.

# Cargo.toml [dependencies] pallet-timestamp = "47.0.0"
INSTALL
IMPORT
SIG · PALLET-TIMESTAMP
P
pallet-timestamp
cryptorustv47.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Pallet
use pallet_timestamp::Pallet;

Imports the Timestamp pallet for use in a Substrate runtime.

use pallet_timestamp::Pallet; fn main() { // Pallet is typically used within a Substrate runtime configuration println!("Timestamp pallet ready"); }
Debug
Known issues
gotchaRequires integration with Substrate's runtime and may need specific configuration traits.
fix
Ensure the pallet is properly configured in construct_runtime! and implements the required traits.
affects: >=0.0.0
Upgrade
Version history
47.0.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Amazon
1
Resources
pallet-timestamp — cargo add pallet-timestamp · libregistry