Registry / other / pallet-scheduler

pallet-scheduler

JSON →
library49.0.0rscratesunverified

FRAME Scheduler pallet for scheduling tasks in Substrate-based blockchains.

# Cargo.toml [dependencies] pallet-scheduler = "49.0.0"
INSTALL
IMPORT
SIG · PALLET-SCHEDULER
P
pallet-scheduler
otherrustv49.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_scheduler::Pallet;

Imports the Scheduler pallet for use in a Substrate runtime.

use pallet_scheduler::Pallet; fn main() { // Pallet is typically used within a Substrate runtime configuration println!("Scheduler pallet ready"); }
Debug
Known issues
gotchaRequires specific Substrate runtime dependencies and configuration
fix
Ensure you have the correct Substrate dependencies and implement the required traits
affects: >=49.0.0
Upgrade
Version history
49.0.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
pallet-scheduler — cargo add pallet-scheduler · libregistry