We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d43bdc7 commit 6465556Copy full SHA for 6465556
datdot-node/pallets/datdot/types.json
@@ -10,7 +10,7 @@
10
"AttestationId": "u32",
11
"NoiseKey": "Vec<u8>",
12
"FeedKey": "Public",
13
- "Ranges": "Vec<(C, C)>",
+ "Ranges": "Vec<(ChunkIndex, ChunkIndex)>",
14
"Nonce": "u64",
15
"Role": {
16
"_enum": ["Encoder", "Hoster", "Attestor"]
types.json
@@ -12,7 +12,7 @@
17
18
"_enum": [
0 commit comments