Type Definition pallet_accounting::BalanceByLedger
source · [−]pub type BalanceByLedger<T: Config> = StorageMap<_GeneratedPrefixForStorageBalanceByLedger<T>, Blake2_128Concat, (T::AccountId, Ledger), LedgerBalance>;
Expand description
Accounting Balances.