getPool

Calls the "getPool" function on the contract.

Example

import { getPool } from "thirdweb/extensions/uniswap";
const result = await getPool({
contract,
tokenA: ...,
tokenB: ...,
fee: ...,
});
function getPool(
): Promise<string>;

Parameters

The options for the getPool function.

Type

Returns

let returnType: Promise<string>;

The parsed result of the function call.