Skip to content

Latest commit

 

History

History
152 lines (67 loc) · 1.73 KB

File metadata and controls

152 lines (67 loc) · 1.73 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.

networkConfig?

NetworkConfig

(Optional) Network config for the player.

networkSeed?

string

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

rolesSettings?

RoleSettingsMap

(Optional) Role specific settings or modifiers that will override any settings in the hApp's dna manifest(s).

signalHandler?

SignalCb

(Optional) A signal handler for the conductor.