We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 405e293 commit 2e4d0beCopy full SHA for 2e4d0be
README.md
@@ -1,7 +1,7 @@
1
# Scheduler
2
A module for scheduling dispatches.
3
4
-- [`scheduler::Config`](https://docs.rs/pallet-scheduler/latest/pallet_scheduler/trait.Config.html)
+- [`scheduler::Trait`](https://docs.rs/pallet-scheduler/latest/pallet_scheduler/trait.Trait.html)
5
- [`Call`](https://docs.rs/pallet-scheduler/latest/pallet_scheduler/enum.Call.html)
6
- [`Module`](https://docs.rs/pallet-scheduler/latest/pallet_scheduler/struct.Module.html)
7
@@ -31,4 +31,4 @@ then those filter will not be used when dispatching the schedule call.
31
`Vec<u8>` parameter that can be used for identification.
32
* `cancel_named` - the named complement to the cancel function.
33
34
-License: Unlicense
+License: Unlicense
0 commit comments