difftreelog
UI types update
in: master
2 files changed
README.mddiffbeforeafterboth124 },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",smart_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",