Type Definition orml_tokens::module::Accounts
source · pub type Accounts<T: Config> = StorageDoubleMap<_GeneratedPrefixForStorageAccounts<T>, Blake2_128Concat, T::AccountId, Twox64Concat, T::CurrencyId, AccountData<T::Balance>, ValueQuery>;
Expand description
The balance of a token type under an account.
NOTE: If the total is ever zero, decrease account ref account.
NOTE: This is only used in the case that this module is used to store balances.