@mx-cartographer/experiences 3.1.1-alpha.j10 → 3.1.1-alpha.j11

Sign up to get free protection for your applications and to get access to all the features.
@@ -10,8 +10,9 @@ export declare class AccountStore {
10
10
  institutions: Institution[];
11
11
  members: Member[];
12
12
  uiStore: UiStore;
13
+ isInitialized: boolean;
13
14
  constructor(globalStore: GlobalStore);
14
- initialize: (endpoint: string, token: string) => void;
15
+ initialize: (endpoint: string, token: string) => Promise<void>;
15
16
  get cashAccounts(): Account[];
16
17
  get cashBalance(): number;
17
18
  addAccount: (account: Account) => Promise<void>;