pub type ChainWallets = HashMap<String, Wallet, BuildHasherDefault<XxHash64>>;
A map of wallets.
pub struct ChainWallets { /* private fields */ }