@holochain/client
Version:
A JavaScript client for the Holochain Conductor API
7 lines (6 loc) • 313 B
JavaScript
export { hashZomeCall } from "@holochain/serialization";
export * from "./admin/index.js";
export * from "./app/index.js";
export { IsoWebSocket, WsClient, } from "./client.js";
export { CloneId, HolochainError, getBaseRoleNameFromCloneId, isCloneId, } from "./common.js";
export * from "./zome-call-signing.js";