UNPKG

@theweave/api

Version:

This package contains the interfaces and contracts that a Holochain app UI needs to implement in order to run as a Tool in a Weave Frame like [Moss](theweave.social#tryit).

5 lines (4 loc) 253 B
import { HoloHashB64 } from '@holochain/client'; import { AppletToParentRequest } from './types'; export declare function postMessage<T>(request: AppletToParentRequest): Promise<T>; export declare function toOriginalCaseB64(input: string): HoloHashB64;