mirror of
https://github.com/logos-messaging/logos-delivery.git
synced 2026-04-02 14:23:29 +00:00
5 lines
121 B
Nim
5 lines
121 B
Nim
|
|
# Admin API
|
||
|
|
|
||
|
|
proc get_waku_v2_admin_v1_peers(): seq[WakuPeer]
|
||
|
|
proc post_waku_v2_admin_v1_peers(peers: seq[string]): bool
|