FetchTicks

Quickly get all the ticks in the pool

Signature

async fetchTicks(poolId: string)

Examples

const ticks = await this.sdk.pool.fetchTicks(poolId);
console.log(ticks);

Last updated