interface Wallets {
    [key: string]: Wallet;
}

Indexable

[key: string]: Wallet

Generated using TypeDoc