git.delta.rocks / unique-network / refs/commits / eff94a7bb42c

difftreelog

UI types update

str-mv2020-08-04parent: #c460406.patch.diff
in: master

2 files changed

modifiedREADME.mddiffbeforeafterboth
124 },124 },
125 "CollectionType": {125 "CollectionType": {
126 "Owner": "AccountId",126 "Owner": "AccountId",
127 "Mode": "u8",127 "Mode": "CollectionMode",
128 "ModeParam": "u32",
129 "Access": "u8",128 "Access": "u8",
130 "NextItemId": "u64",129 "NextItemId": "u64",
131 "DecimalPoints": "u32",130 "DecimalPoints": "u32",
modifiedsmart_contract/ink-types-node-runtime/README.mddiffbeforeafterboth
--- a/smart_contract/ink-types-node-runtime/README.md
+++ b/smart_contract/ink-types-node-runtime/README.md
@@ -73,8 +73,7 @@
   },
   "CollectionType": {
     "Owner": "AccountId",
-    "Mode": "u8",
-    "ModeParam": "u32",
+    "Mode": "CollectionMode",
     "Access": "u8",
     "NextItemId": "u64",
     "DecimalPoints": "u32",