AccountBalanceChangedEventDetails: {
    __typename?: "AccountBalanceChangedEventDetails";
    direction: AccountBalanceChangeDirection;
    explorerName: Scalars["String"]["output"];
    explorerUrl: Scalars["String"]["output"];
    isWhaleWatch: Scalars["Boolean"]["output"];
    newValue: Scalars["Decimal"]["output"];
    previousValue: Scalars["Decimal"]["output"];
    tokenChanges: AccountBalanceChangeRow[];
    tokenSymbol: Scalars["String"]["output"];
    walletBlockchain: WalletBlockchain;
}