getDeployedAssetFactory

function getDeployedAssetFactory(
args: ClientAndChain,
): Promise<null | Readonly<ContractOptions<[], `0x${string}`>>>;

Parameters

Type

let args: ClientAndChain;

Returns

let returnType: Promise<null | Readonly<
ContractOptions<[], `0x${string}`>
>>;