Skip to content
Snippets Groups Projects
Unverified Commit bb6ad7a6 authored by Greg Hill's avatar Greg Hill Committed by GitHub
Browse files

add pallet metadata to tokens events (#529)

parent fabf83cb
No related branches found
No related tags found
No related merge requests found
...@@ -210,6 +210,7 @@ pub mod module { ...@@ -210,6 +210,7 @@ pub mod module {
#[pallet::event] #[pallet::event]
#[pallet::generate_deposit(pub(crate) fn deposit_event)] #[pallet::generate_deposit(pub(crate) fn deposit_event)]
#[pallet::metadata(T::CurrencyId = "CurrencyId", T::AccountId = "AccountId", T::Balance = "Balance")]
pub enum Event<T: Config> { pub enum Event<T: Config> {
/// An account was created with some free balance. \[currency_id, /// An account was created with some free balance. \[currency_id,
/// account, free_balance\] /// account, free_balance\]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment