Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 380 Bytes

tryorama.iappwebsocket.md

File metadata and controls

13 lines (8 loc) · 380 Bytes

Home > @holochain/tryorama > IAppWebsocket

IAppWebsocket type

AppWebsocket interface for local and TryCP conductors.

Signature:

export type IAppWebsocket = Pick<AppWebsocket, "callZome">;