getHandleTokenURIContract

Calls the "getHandleTokenURIContract" function on the contract.

Example

import { getHandleTokenURIContract } from "thirdweb/extensions/lens";
const result = await getHandleTokenURIContract({
contract,
});
function getHandleTokenURIContract(
): Promise<string>;

Parameters

The options for the getHandleTokenURIContract function.

Type

let options: { contract: ThirdwebContract<abi> } & T;

Returns

let returnType: Promise<string>;

The parsed result of the function call.