GetUniswapV3PoolResult

type GetUniswapV3PoolResult = {
poolAddress: Address;
poolFee: (typeof UniswapFee)[keyof typeof UniswapFee];
};