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