mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-04 06:53:12 +00:00
10 lines
463 B
Nim
10 lines
463 B
Nim
# Relay API
|
|
proc post_waku_v2_relay_v1_subscriptions(topics: seq[PubsubTopic]): bool
|
|
proc delete_waku_v2_relay_v1_subscriptions(topics: seq[PubsubTopic]): bool
|
|
proc post_waku_v2_relay_v1_message(topic: PubsubTopic, message: WakuMessageRPC): bool
|
|
proc get_waku_v2_relay_v1_messages(topic: PubsubTopic): seq[WakuMessageRPC]
|
|
|
|
|
|
# Support for the Relay Private API has been deprecated.
|
|
# This API existed for compatibility with the Waku v1 spec and encryption scheme.
|