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