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<Uint8Array[]> | |||
(wal: WAL) => Promise<AssetLocationAndInfo | undefined> | |||
(wal: WAL) => Promise<void> | |||
(groupHash: any) => Promise<any> | |||
() => string | |||
() => Promise<GroupPermissionType> | |||
(notifications: Array<FrameNotification>) => Promise<any> | |||
(callback: () => any) => UnsubscribeFunction | |||
(callback: (payload: PeerStatusUpdate) => any) => UnsubscribeFunction | |||
(appletHash: any, block: string, context: any) => Promise<void> | |||
(appletHash: EntryHash) => Promise<void> | |||
(appletBundleId: ActionHash, block: string, context: any) => Promise<void> | |||
(appletBundleId: ActionHash) => Promise<void> | |||
(wal: WAL, mode?: OpenWalMode) => Promise<void> | |||
| |||
() => Promise<void> | |||
() => Promise<string> | |||
() => Promise<WAL | undefined> | |||
(wal: WAL) => Promise<void> |
Methods
Method | Modifiers | Description |
---|---|---|
|