Calls the "contractURI" function on the contract.
import { contractURI } from "thirdweb/extensions/common"; const result = await contractURI({ contract,});
function contractURI( options: BaseTransactionOptions,): Promise<string>;
The options for the contractURI function.
let options: { contract: ThirdwebContract<abi> } & T;
let returnType: Promise<string>;
The parsed result of the function call.