Home > @holochain/tryorama > AppOptions
Optional arguments when installing a hApp.
Signature:
export interface AppOptions
Property |
Modifiers |
Type |
Description |
---|---|---|---|
AgentPubKey |
(Optional) | ||
string |
(Optional) App ID to override the app manifest's app name. | ||
Record<string, MembraneProof> |
(Optional) Proofs of membership for the hApp. | ||
string |
(Optional) A network seed to override the hApps' network seed. | ||
SignalCb |
(Optional) A signal handler for the conductor. |