Type Alias PathSearchEntries

PathSearchEntries: (readonly [string, Path[]])[]

Results for a series of graph search queries between two tokens. The search id for each entry can be obtained from PoolGraphUtils.getSearchRouteId If a path exist between tokens for that search id, it will be an array of paths. If paths do not exist, it will be an empty array.