mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 01:41:09 +00:00
decouple balances from some modules (#1641)
* decouple balances from some module by creating a new traits in support/traits * improve decl_event
This commit is contained in:
@@ -66,6 +66,7 @@ impl timestamp::Trait for Test {
|
||||
type OnTimestampSet = ();
|
||||
}
|
||||
impl Trait for Test {
|
||||
type Currency = balances::Module<Self>;
|
||||
type OnRewardMinted = ();
|
||||
type Event = ();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user