TypeScript SDK

DeployModularContractOptions

type DeployModularContractOptions = Prettify<
ClientAndChainAndAccount & {
core: CoreType;
modules?: Array<ModuleInstaller>;
publisher?: string;
salt?: string;
}
>;