- Preparing search index...
- The search index is not available
xrpl
Function getBalanceChanges
- getBalanceChanges(metadata: TransactionMetadata): {
account: string;
balances: {
currency: string;
issuer?: string;
value: string;
}[];
}[]
-
Returns {
account: string;
balances: {
currency: string;
issuer?: string;
value: string;
}[];
}[]
Computes the complete list of every balance that changed in the ledger as a result of the given transaction.
Returns
Parsed balance changes.