UNPKG

@bithomp/xrpl-api

Version:

A Bithomp JavaScript/TypeScript library for interacting with the XRP Ledger

5 lines (4 loc) 227 B
import { GetPaths } from "../../types/path_find"; import { PathFindResponseResult } from "../../models/path_find"; declare function parsePathfind(pathfindResult: PathFindResponseResult): GetPaths; export default parsePathfind;