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