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