neighbour-hoods / nh-launcher

Creating a group coherence with holochain apps
Other
4 stars 3 forks source link

Create applet delegate creation code #109

Closed adaburrows closed 8 months ago

adaburrows commented 1 year ago

We need a helper that constructs the AppBlockDelegates for a given applet:

/**
 * The interface currently exposed to an application for full screen app blocks
 */
export interface AppBlockDelegate {
  appAgentWebsocket: AppAgentClient
  appletInfo: AppletInfo[]
  sensemakerStore: SensemakerStore
  profileStore: ProfilesStore
}