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 5f4141d commit 8c8351aCopy full SHA for 8c8351a
README.md
@@ -1,6 +1,6 @@
1
# Identity Module
2
3
-- [`identity::Trait`](https://docs.rs/pallet-identity/latest/pallet_identity/trait.Trait.html)
+- [`identity::Config`](https://docs.rs/pallet-identity/latest/pallet_identity/trait.Config.html)
4
- [`Call`](https://docs.rs/pallet-identity/latest/pallet_identity/enum.Call.html)
5
6
## Overview
@@ -51,6 +51,6 @@ no state-bloat attack is viable.
51
* `kill_identity` - Forcibly remove the associated identity; the deposit is lost.
52
53
[`Call`]: ./enum.Call.html
54
-[`Trait`]: ./trait.Trait.html
+[`Config`]: ./trait.Config.html
55
56
License: Apache-2.0
0 commit comments