-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add memproof provisioning calls to api (#263)
* update deps * add call to start app from app ws * add call to query compatible cells * update changelog * update nix flake lock * resolve name collision & rebuild docs * ci: update nix installation * upgrade nix version
- Loading branch information
Showing
24 changed files
with
406 additions
and
311 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,4 +7,4 @@ resolver = "2" | |
opt-level = "z" | ||
|
||
[workspace.dependencies] | ||
hdk = "0.4.0-beta-dev.1" | ||
hdk = "0.4.0-dev.10" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) > [@holochain/client](./client.md) > [AdminWebsocket](./client.adminwebsocket.md) > [getCompatibleCells](./client.adminwebsocket.getcompatiblecells.md) | ||
|
||
## AdminWebsocket.getCompatibleCells property | ||
|
||
**Signature:** | ||
|
||
```typescript | ||
getCompatibleCells: Requester<GetCompatibleCellsRequest, GetCompatibleCellsResponse>; | ||
``` |
Oops, something went wrong.