-
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.
fix(app-ws)!: updated NetworkInfoRequest params (#186)
* updated NetworkInfoRequest type * test: add case for network info * chore: revert version bump --------- Co-authored-by: Jost Schulte <[email protected]>
- Loading branch information
Showing
6 changed files
with
62 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [@holochain/client](./client.md) > [NetworkInfoRequest](./client.networkinforequest.md) > [agent\_pub\_key](./client.networkinforequest.agent_pub_key.md) | ||
|
||
## NetworkInfoRequest.agent\_pub\_key property | ||
|
||
The calling agent | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
agent_pub_key: AgentPubKey; | ||
``` |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [@holochain/client](./client.md) > [NetworkInfoRequest](./client.networkinforequest.md) > [last\_time\_queried](./client.networkinforequest.last_time_queried.md) | ||
|
||
## NetworkInfoRequest.last\_time\_queried property | ||
|
||
Timestamp in ms since which received amount of bytes from peers will be returned. Defaults to UNIX\_EPOCH. | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
last_time_queried?: number; | ||
``` |
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
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