Re-exports

pub use config::*;
pub use state_dump::*;

Modules

Structs

Info about an installed app, returned as part of AppResponse::AppInfo
The data provided over an app interface in order to make a zome call

Enums

Represents the available conductor functions to call over an admin interface.
Represents the possible responses to an AdminRequest and follows a general convention of noun_verb as opposed to the verb_noun of AdminRequest.
A flat, slightly more API-friendly representation of AppInfo
Represents the available conductor functions to call over an app interface and will result in a corresponding AppResponse message being sent back over the interface connection.
Represents the possible responses to an AppRequest.
Error type that goes over the websocket wire. This intends to be application developer facing so it should be readable and relevant