9 lines
284 B
Nim
Raw Normal View History

import std/options, results
import
2026-06-06 15:01:22 +02:00
logos_delivery/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()