Calls the "getPool" function on the contract.
import { getPool } from "thirdweb/extensions/uniswap"; const result = await getPool({ contract, tokenA: ..., tokenB: ..., fee: ...,});
function getPool( options: BaseTransactionOptions<GetPoolParams>,): Promise<string>;
The options for the getPool function.
let options: BaseTransactionOptions<GetPoolParams>;
let returnType: Promise<string>;
The parsed result of the function call.