getMetadataUri

Calls the "getMetadataUri" function on the contract.

Example

import { getMetadataUri } from "thirdweb/extensions/thirdweb";
const result = await getMetadataUri({
contract,
chainId: ...,
deployment: ...,
});
function getMetadataUri(
): Promise<string>;

Parameters

The options for the getMetadataUri function.

Type

Returns

let returnType: Promise<string>;

The parsed result of the function call.