File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -84,15 +84,15 @@ decl_storage! {
84
84
85
85
decl_event ! (
86
86
pub enum Event <T > where AccountId = <T as frame_system:: Trait >:: AccountId , Balance = BalanceOf <T > {
87
- /// A name was set.
87
+ /// A name was set. [who]
88
88
NameSet ( AccountId ) ,
89
- /// A name was forcibly set.
89
+ /// A name was forcibly set. [target]
90
90
NameForced ( AccountId ) ,
91
- /// A name was changed.
91
+ /// A name was changed. [who]
92
92
NameChanged ( AccountId ) ,
93
- /// A name was cleared, and the given balance returned.
93
+ /// A name was cleared, and the given balance returned. [who, deposit]
94
94
NameCleared ( AccountId , Balance ) ,
95
- /// A name was removed and the given balance slashed.
95
+ /// A name was removed and the given balance slashed. [target, deposit]
96
96
NameKilled ( AccountId , Balance ) ,
97
97
}
98
98
) ;
You can’t perform that action at this time.
0 commit comments