2024-05-13 17:25:44 +02:00
|
|
|
import
|
2026-07-16 14:02:17 -03:00
|
|
|
results,
|
2026-06-08 13:37:53 +02:00
|
|
|
logos_delivery/waku/
|
|
|
|
|
[node/peer_manager, node/waku_node, waku_enr/sharding, common/enr/typed_record],
|
2024-05-13 17:25:44 +02:00
|
|
|
../testlib/[wakucore]
|
|
|
|
|
|
|
|
|
|
proc relayShards*(node: WakuNode): RelayShards =
|
|
|
|
|
return node.enr.toTyped().get().relayShardingIndicesList().get()
|