UNPKG

@mstable/protocol

Version:
6 lines (5 loc) 184 B
export interface EncodedPaths { encoded: string; encodedReversed: string; } export declare const encodeUniswapPath: (tokenAddresses: string[], fees: number[]) => EncodedPaths;