UNPKG

@nextrope/xrpl

Version:

A TypeScript/JavaScript API for interacting with the XRP Ledger in Node.js and the browser

3 lines 186 B
import { AccountLinesTrustline, Balance } from '../models'; export declare function formatBalances(trustlines: AccountLinesTrustline[]): Balance[]; //# sourceMappingURL=balances.d.ts.map