Browse Source

query node - types temporary fix

ondratra 3 years ago
parent
commit
46811db431
1 changed files with 4 additions and 1 deletions
  1. 4 1
      types/augment/all/defs.json

+ 4 - 1
types/augment/all/defs.json

@@ -828,5 +828,8 @@
         }
     },
     "MaxNumber": "u32",
-    "IsCensored": "bool"
+    "IsCensored": "bool",
+    "CompactAssignments": "CompactAssignmentsTo257",
+    "RewardDestination": "RewardDestinationTo257"
+}
 }