Skip to content

Latest commit

 

History

History
71 lines (34 loc) · 1009 Bytes

client.appagentwebsocket.callzome.md

File metadata and controls

71 lines (34 loc) · 1009 Bytes

Home > @holochain/client > AppAgentWebsocket > callZome

AppAgentWebsocket.callZome() method

Call a zome.

Signature:

callZome(request: AppAgentCallZomeRequest, timeout?: number): Promise<CallZomeResponse>;

Parameters

Parameter

Type

Description

request

AppAgentCallZomeRequest

The zome call arguments.

timeout

number

(Optional) A timeout to override the default.

**Returns:**

Promise<CallZomeResponse>

The zome call's response.