py-libp2p/examples/sharding/topologies/simple_1_chain.json

13 lines
191 B
JSON
Raw Normal View History

2019-04-08 04:36:05 +08:00
{
"topology": {
"sender": [0],
"0": [1],
"1": [2],
2019-04-08 09:06:57 +08:00
"2": [3],
"3": [4],
"4": [5]
2019-04-08 04:36:05 +08:00
},
"topic_map": {
2019-04-08 09:06:57 +08:00
"1": [0, 1, 2, 3, 4, 5]
2019-04-08 04:36:05 +08:00
}
}