export interface BalanceUpdate { accountId: string; amountDiff: string; }