Move ChainWithBalances::NativeBalance -> Chain::Balance (#990)

* move ChainWithBalances::NativeBalance -> Chain::Balance

* dummy commit

* Revert "dummy commit"

This reverts commit c00642153d260685a91d4fffbc424d225741fceb.
This commit is contained in:
Svyatoslav Nikolsky
2021-06-09 16:16:57 +03:00
committed by Bastian Köcher
parent b4939e2c9f
commit 4a47452c20
12 changed files with 27 additions and 28 deletions
+1 -2
View File
@@ -47,11 +47,10 @@ impl Chain for Rococo {
type Index = bp_rococo::Index;
type SignedBlock = bp_rococo::SignedBlock;
type Call = bp_rococo::Call;
type Balance = bp_rococo::Balance;
}
impl ChainWithBalances for Rococo {
type NativeBalance = bp_rococo::Balance;
fn account_info_storage_key(account_id: &Self::AccountId) -> StorageKey {
StorageKey(bp_rococo::account_info_storage_key(account_id))
}