mirror of
https://github.com/logos-messaging/logos-messaging-go-bindings.git
synced 2026-01-14 11:53:13 +00:00
git-subtree-dir: third-party/nwaku git-subtree-split: d94cb7c73631ffd4b934839ba58bc622d331a135
8 lines
264 B
Nim
8 lines
264 B
Nim
import std/options, results
|
|
import
|
|
waku/[node/peer_manager, node/waku_node, waku_enr/sharding, common/enr/typed_record],
|
|
../testlib/[wakucore]
|
|
|
|
proc relayShards*(node: WakuNode): RelayShards =
|
|
return node.enr.toTyped().get().relayShardingIndicesList().get()
|