Quickly get all the ticks in the pool
async fetchTicks(poolId: string)
Examples
const ticks = await this.sdk.pool.fetchTicks(poolId); console.log(ticks);
Last updated 5 days ago