Function getBalanceChanges

  • Computes the complete list of every balance that changed in the ledger as a result of the given transaction.

    Parameters

    Returns {
        account: string;
        balances: Balance[];
    }[]

    Parsed balance changes.

Generated using TypeDoc