UNPKG

@orca-so/whirlpools-sdk

Version:

Typescript SDK to interact with Orca's Whirlpool program.

7 lines (6 loc) 278 B
import type { Address } from "@coral-xyz/anchor"; export declare class PoolGraphUtils { static readonly PATH_ID_DELIMITER = "-"; static getSearchPathId(tokenA: Address, tokenB: Address): string; static deconstructPathId(pathId: string): readonly [string, string]; }