getPublisherProfileUri

Calls the "getPublisherProfileUri" function on the contract.

Example

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

Parameters

The options for the getPublisherProfileUri function.

Type

Returns

let returnType: Promise<string>;

The parsed result of the function call.