UNPKG

evx-sdk

Version:

The Evx SDK is a developer toolkit designed to simplify interaction with the Evx decentralized liquidity protocol. It provides an abstraction layer over the smart contracts, allowing developers to easily build applications, integrate liquidity pools, fetc

12 lines (11 loc) 212 B
/** * @title Constants * @notice All constants used throughout the SDK */ /** * Tick Lens related constants */ export declare const TICK_BITMAP_INDEX: { readonly MIN: -32768; readonly MAX: 32767; };