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