export interface IAccountsObject { [address: string]: Account; }