Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 593 Bytes

File metadata and controls

19 lines (13 loc) · 593 Bytes

Home > @holochain/tryorama > AgentsAppsOptions

AgentsAppsOptions type

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