Type Alias Accounts

Accounts: StorageDescriptor<
    [SS58String, number],
    { free: bigint; frozen: bigint; reserved: bigint },
    false,
    never,
>

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.