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