UNPKG

@tokenlon/contracts-lib

Version:

Common utility functions (e.g., signing order, encoding data) to interact with [Tokenlon contracts](https://github.com/consenlabs/tokenlon-contracts).

8 lines (7 loc) 191 B
export declare enum UniswapV3Fee { LOWEST = 100, LOW = 500, MEDIUM = 3000, HIGH = 10000 } export declare function encodeUniswapV3Path(path: string[], fees: number[]): string;