UNPKG

@holochain/client

Version:

A JavaScript client for the Holochain Conductor API

7 lines (6 loc) 433 B
export { hashZomeCall } from "@holochain/serialization"; export * from "./admin/index.js"; export * from "./app/index.js"; export { IsoWebSocket, WsClient, type AppAuthenticationRequest, } from "./client.js"; export { CloneId, HolochainError, getBaseRoleNameFromCloneId, isCloneId, type Requester, type Transformer, type WebsocketConnectionOptions, type WsClientOptions, } from "./common.js"; export * from "./zome-call-signing.js";