Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 432 Bytes

tryorama.iappwebsocket.md

File metadata and controls

15 lines (10 loc) · 432 Bytes

Home > @holochain/tryorama > IAppWebsocket

IAppWebsocket type

AppWebsocket interface for local and TryCP conductors.

Signature:

export type IAppWebsocket = {
    callZome: <T>(request: CallZomeRequest, timeout?: number) => Promise<T>;
};