Skip to content

Commit

Permalink
feat: added installedAppId to AgentClient (#248)
Browse files Browse the repository at this point in the history
Co-authored-by: Jost Schulte <jost.schulte@protonmail.com>
  • Loading branch information
matthme and jost-s committed May 10, 2024
1 parent f9f4c0e commit bf7fe2d
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/client.appclient.installedappid.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@holochain/client](./client.md) &gt; [AppClient](./client.appclient.md) &gt; [installedAppId](./client.appclient.installedappid.md)

## AppClient.installedAppId property

**Signature:**

```typescript
installedAppId: InstalledAppId;
```
17 changes: 17 additions & 0 deletions docs/client.appclient.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,23 @@ Description
</th></tr></thead>
<tbody><tr><td>

[installedAppId](./client.appclient.installedappid.md)


</td><td>


</td><td>

[InstalledAppId](./client.installedappid.md)


</td><td>


</td></tr>
<tr><td>

[myPubKey](./client.appclient.mypubkey.md)


Expand Down
2 changes: 2 additions & 0 deletions src/api/app/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import {
DnaHash,
DnaProperties,
FunctionName,
InstalledAppId,
MembraneProof,
NetworkInfo,
NetworkSeed,
Expand Down Expand Up @@ -273,6 +274,7 @@ export interface AppClient {
appInfo(): Promise<AppInfoResponse>;

myPubKey: AgentPubKey;
installedAppId: InstalledAppId;

createCloneCell(
args: AppCreateCloneCellRequest
Expand Down

0 comments on commit bf7fe2d

Please sign in to comment.