Docs

fetchPublishedContract

Fetches the published contract based on the provided options.

Example

const publishedContract = await fetchPublishedContract({
publisherAddress: "0x1234",
contractName: "MyContract",
version: "1.0.0",
client: client,
});

Parameters

Returns

The published contract.