mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-15 13:51:11 +00:00
Add field names to pallet Event variants (#9993)
* convert pallet-assets events to struct types * updated events of a couple pallets * updated pallet event field names * update pallet event field names * updated events in test files * cargo fmt * minorfixes * fix assertion error * minor fix * formatting fix * fmt
This commit is contained in:
@@ -143,7 +143,7 @@ pub mod pallet {
|
||||
/// One of the members' keys changed.
|
||||
KeyChanged,
|
||||
/// Phantom member, never used.
|
||||
Dummy(PhantomData<(T::AccountId, <T as Config<I>>::Event)>),
|
||||
Dummy { _phantom_data: PhantomData<(T::AccountId, <T as Config<I>>::Event)> },
|
||||
}
|
||||
|
||||
/// Old name generated by `decl_event`.
|
||||
|
||||
Reference in New Issue
Block a user