mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 07:01:03 +00:00
improve docs (#2068)
* improve decl_storage instance doc * use decl_event doc accordignly * automate doc and while allow to extend it on event * some missed ones * Update srml/example/src/lib.rs Co-Authored-By: thiolliere <gui.thiolliere@gmail.com> * Update srml/support/procedural/src/storage/transformation.rs
This commit is contained in:
@@ -176,7 +176,6 @@ impl<N: Decode, SessionKey: Decode> Decode for StoredPendingChange<N, SessionKey
|
||||
}
|
||||
}
|
||||
|
||||
/// GRANDPA events.
|
||||
decl_event!(
|
||||
pub enum Event<T> where <T as Trait>::SessionKey {
|
||||
/// New authority set has been applied.
|
||||
|
||||
Reference in New Issue
Block a user