mirror of
https://github.com/waku-org/nwaku.git
synced 2025-01-19 03:12:35 +00:00
13 lines
342 B
Nim
13 lines
342 B
Nim
# Debug API
|
|
|
|
proc get_waku_v2_debug_v1_info(): WakuInfo
|
|
|
|
# Relay API
|
|
|
|
proc post_waku_v2_relay_v1_subscriptions(topics: seq[string]): bool
|
|
proc delete_waku_v2_relay_v1_subscriptions(topics: seq[string]): bool
|
|
|
|
# Store API
|
|
|
|
proc get_waku_v2_store_v1_messages(topics: seq[ContentTopic], pagingOptions: Option[StorePagingOptions]): StoreResponse
|