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.
Trait
Config
1 parent 3dcd297 commit b951891Copy full SHA for b951891
README.md
@@ -1,7 +1,7 @@
1
# Utility Module
2
A stateless module with helpers for dispatch management which does no re-authentication.
3
4
-- [`utility::Trait`](https://docs.rs/pallet-utility/latest/pallet_utility/trait.Trait.html)
+- [`utility::Config`](https://docs.rs/pallet-utility/latest/pallet_utility/trait.Config.html)
5
- [`Call`](https://docs.rs/pallet-utility/latest/pallet_utility/enum.Call.html)
6
7
## Overview
@@ -33,6 +33,6 @@ filtered by any proxy.
33
* `as_derivative` - Dispatch a call from a derivative signed origin.
34
35
[`Call`]: ./enum.Call.html
36
-[`Trait`]: ./trait.Trait.html
+[`Config`]: ./trait.Config.html
37
38
License: Apache-2.0
0 commit comments