We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e6d595 commit bca0c5bCopy full SHA for bca0c5b
datdot-node/pallets/datdot/types.json
@@ -12,11 +12,9 @@
12
"FeedKey": "Public",
13
"Ranges": "Vec<(C, C)>",
14
"Nonce": "u64",
15
- "Role": "{
16
- Encoder,
17
- Hoster,
18
- Attestor
19
- }",
+ "Role": {
+ "_enum": ["Encoder", "Hoster", "Attestor"]
+ },
20
"User": {
21
"id": "UserId",
22
"address": "AccountId",
@@ -45,7 +43,7 @@
45
43
"id": "PlanId",
46
44
"feed": "FeedId",
47
"publisher": "UserId",
48
- "ranges": "Ranges<ChunkIndex> "
+ "ranges": "Ranges<ChunkIndex>"
49
},
50
"Contract": {
51
"id": "ContractId",
0 commit comments