getPublishedUriFromCompilerUri

Calls the "getPublishedUriFromCompilerUri" function on the contract.

Example

import { getPublishedUriFromCompilerUri } from "thirdweb/extensions/thirdweb";
const result = await getPublishedUriFromCompilerUri({
contract,
compilerMetadataUri: ...,
});
function getPublishedUriFromCompilerUri(options: BaseTransactionOptions<GetPublishedUriFromCompilerUriParams>) : Promise<readonly Array<string>>

Parameters

The options for the getPublishedUriFromCompilerUri function.

Type

Returns

let returnType: Promise<readonly Array<string>>

The parsed result of the function call.