Function getBalanceChanges

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

    Returns

    Parsed balance changes.

    Parameters

    Returns {
        account: string;
        balances: {
            currency: string;
            issuer?: string;
            value: string;
        }[];
    }[]

Generated using TypeDoc