Home > @theweave/api > WeaveClient
WeaveClient class
Signature:
export declare class WeaveClient implements WeaveServices
Implements: WeaveServices
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
(appletHash: any) => Promise<AppletInfo | undefined> | |||
() => Promise<import("@holochain/client").HoloHash[]> | |||
{ dragAsset: (wal: WAL) => Promise<void>; assetInfo: (wal: WAL) => Promise<AssetLocationAndInfo | undefined>; assetToPocket: (wal: WAL) => Promise<void>; userSelectAsset: () => Promise<WAL | undefined>; addTagsToAsset: (wal: WAL, tags: string[]) => Promise<void>; removeTagsFromAsset: (wal: WAL, tags: string[]) => Promise<void>; addAssetRelation: (srcWal: WAL, dstWal: WAL, tags?: string[]) => Promise<void>; removeAssetRelation: (relationHash: EntryHash) => Promise<void>; addTagsToAssetRelation: (relationHash: EntryHash, tags: string[]) => Promise<void>; removeTagsFromAssetRelation: (relationHash: EntryHash, tags: string[]) => Promise<void>; assetStore: (wal: WAL) => AssetStore; } | |||
(req: CreateCloneCellRequest, publicToGroupMembers: boolean) => Promise<import("@holochain/client").ClonedCell> | |||
(req: DisableCloneCellRequest) => Promise<void> | |||
(req: EnableCloneCellRequest) => Promise<import("@holochain/client").ClonedCell> | |||
(groupHash: any) => Promise<any> | |||
() => string | |||
() => Promise<GroupPermissionType> | |||
(notifications: Array<FrameNotification>) => Promise<any> | |||
(callback: () => any) => UnsubscribeFunction | |||
(callback: (payload: PeerStatusUpdate) => any) => UnsubscribeFunction | |||
(callback: (payload: Uint8Array) => any) => UnsubscribeFunction | |||
(appletHash: any, block: string, context: any) => Promise<void> | |||
(appletHash: EntryHash) => Promise<void> | |||
(wal: WAL, mode?: OpenAssetMode) => Promise<void> | |||
(appletBundleId: string, block: string, context: any) => Promise<void> | |||
(appletBundleId: string) => Promise<void> | |||
| |||
() => Promise<void> | |||
(payload: Uint8Array) => Promise<void> | |||
() => Promise<string> |
Methods
Method | Modifiers | Description |
---|---|---|
|