Parameters for retrieving a Uniswap V4 pool instance. Aligned with Uniswap V4 SDK Pool constructor parameters.
First currency in the pool pair
Second currency in the pool pair
Fee tier of the pool (default: FeeTier.MEDIUM)
Optional
Hooks contract address (default: DEFAULT_HOOKS)
Tick spacing for the pool (default: derived from fee tier)
Parameters for retrieving a Uniswap V4 pool instance. Aligned with Uniswap V4 SDK Pool constructor parameters.