mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 04:41:03 +00:00
Annotated parameter names for events (#1440)
* annotated parameter names for events * Update runtime/parachains/src/inclusion.rs Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
8eecdd61b8
commit
d2c4e0cc8e
@@ -154,11 +154,11 @@ decl_error! {
|
||||
|
||||
decl_event! {
|
||||
pub enum Event<T> where <T as frame_system::Trait>::Hash {
|
||||
/// A candidate was backed.
|
||||
/// A candidate was backed. [candidate, head_data]
|
||||
CandidateBacked(CandidateReceipt<Hash>, HeadData),
|
||||
/// A candidate was included.
|
||||
/// A candidate was included. [candidate, head_data]
|
||||
CandidateIncluded(CandidateReceipt<Hash>, HeadData),
|
||||
/// A candidate timed out.
|
||||
/// A candidate timed out. [candidate, head_data]
|
||||
CandidateTimedOut(CandidateReceipt<Hash>, HeadData),
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user