Home > @holochain/tryorama > AgentsAppsOptions
An app and an optional agent pub key for each agent. Optionally a network seed to be used for DNA installation.
Signature:
export type AgentsAppsOptions = {
agentsApps: AppWithOptions[];
networkSeed?: string;
installedAppId?: InstalledAppId;
};References: AppWithOptions