Interface Accounts

An interface for account list.

interface Accounts {
    [address: string]: Account;
}

Indexable

[address: string]: Account