TypeScript SDK

PoolConfig

type PoolConfig = {
amount: bigint;
currency?: string;
developerRewardBps?: number;
initialTick?: number;
};