UNPKG

ttxd-alpha

Version:

An SDK for building applications on top of V2,V3 and Solana exchanges

4 lines (3 loc) 245 B
export declare const isValidClmm: (id: string) => boolean; export declare const isValidAmm: (id: string) => boolean; export declare function retryWithBackoff<T>(fn: () => Promise<T>, maxRetries?: number, initialBackoff?: number): Promise<T>;