Module holochain_types::web_app[][src]

Expand description

Web App manifest describing how to bind a Web UI and a happ bundle together

This will not be used inside Holochain as the bundle to install, but rather as a unique package that both Holo and the launcher know how to install, in slightly different ways.

Eg: when the launcher installs a web-happ bundle, it will extract the WebUI and install it in the file system. Also, it will extract the happ bundle and call InstallAppBundle with it.

Structs

Version 1 of the App manifest schema

Location of the happ bundle to bind with the Web UI

A bundle of an AppBundle and a Web UI bound with it

Version 1 of the App manifest schema

Web UI .zip file that should be associated with the happ

Enums

Container struct which uses the manifest_version field to determine which manifest version to deserialize to.