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