import { type SimnetDeploymentPlan } from "https://deno.land/x/clarigen@v0.4.8/src/cli/deployments.ts";
Properties
genesis: { wallets: Readonly<[SimnetAccountDeployer, ...SimnetAccount[]]>; contracts: Readonly<string[]>; }
plan: { batches: Readonly<Batch<EmulatedContractPublishTransaction | EmulatedContractCallTransaction>[]>; }