Skip to content

Latest commit

 

History

History
133 lines (59 loc) · 1.47 KB

tryorama.appoptions.md

File metadata and controls

133 lines (59 loc) · 1.47 KB

Home > @holochain/tryorama > AppOptions

AppOptions interface

Optional arguments when installing a hApp.

Signature:

export interface AppOptions 

Properties

Property

Modifiers

Type

Description

agentPubKey?

AgentPubKey

(Optional)

installedAppId?

string

(Optional) App ID to override the app manifest's app name.

membraneProofs?

Record<string, MembraneProof>

(Optional) Proofs of membership for the hApp.

networkSeed?

string

(Optional) A network seed to override the hApps' network seed.

signalHandler?

SignalCb

(Optional) A signal handler for the conductor.