Add SRI balanace/transfer functions to serai_client

This commit is contained in:
Luke Parker
2023-08-26 21:37:54 -04:00
parent 22f3c9e58f
commit 37b6de9c0c
3 changed files with 27 additions and 2 deletions

View File

@@ -232,6 +232,7 @@ impl balances::Config for Runtime {
type DustRemoval = ();
type ExistentialDeposit = ConstU64<1>;
// TODO: What's the benefit to this?
type AccountStore = System;
type WeightInfo = balances::weights::SubstrateWeight<Runtime>;
}