getDeployedCloneFactoryContract

Retrieves the deployed clone factory contract instance if available

function getDeployedCloneFactoryContract(
args: ClientAndChain,
): Promise<null | Readonly<ContractOptions<[]>>>;

Parameters

Client and chain information required to locate the contract

Type

let args: ClientAndChain;

Returns

let returnType: Promise<null | Readonly<ContractOptions<[]>>>;

Promise that resolves to the clone factory contract instance if deployed, null otherwise