UNPKG

ripple-lib

Version:

Deprecated - consider migrating to xrpl.js: https://xrpl.org/xrpljs2-migration-guide.html

4 lines 216 B
import { GetPaths, RippledPathsResponse } from '../pathfind-types'; declare function parsePathfind(pathfindResult: RippledPathsResponse): GetPaths; export default parsePathfind; //# sourceMappingURL=pathfind.d.ts.map