Skip to content

Commit

Permalink
Optional agent key (#269)
Browse files Browse the repository at this point in the history
  • Loading branch information
maackle authored Aug 24, 2024
1 parent 50e3986 commit 9657d3f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/api/admin/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -447,8 +447,11 @@ export type NetworkSeed = string;
export type InstallAppRequest = {
/**
* The agent to use when creating Cells for this App.
* If not specified, a new agent will be generated by Holochain.
* If DPKI is enabled (default), and the agent key is not specified here,
* a new agent key will be derived from the DPKI device seed and registered with DPKI.
*/
agent_key: AgentPubKey;
agent_key?: AgentPubKey;

/**
* The unique identifier for an installed app in this conductor.
Expand Down

0 comments on commit 9657d3f

Please sign in to comment.