docs(16/WAKU2-RPC): add ENR to waku info (#502)

This commit is contained in:
Daniel Kaiser 2022-03-28 17:35:19 +02:00 committed by GitHub
parent ddeb88a8a9
commit ac11dba6d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -79,6 +79,7 @@ The following structured types are defined for use on the Debug API:
| Field | Type | Inclusion | Description |
| ----: | :---: | :---: |----------- |
| `listenAddresses` | `Array`[`String`] | mandatory | Listening addresses of the node |
| `enrUri` | `String` | optional | ENR URI of the node |
### `get_waku_v2_debug_v1_info`