Gets a deployed module implementation contract.
import { getDeployedModule } from "thirdweb/modules"; const module = await getDeployedModule({ client, chain, contractId, publisher,});
function getDeployedModule(options: { chain: Readonly; contractId: string; publisher?: string;
The options to use.
The module.