From eff94a7bb42c9b378ccdb052702a4f9dc4cc915b Mon Sep 17 00:00:00 2001 From: str-mv Date: Tue, 04 Aug 2020 14:20:05 +0000 Subject: [PATCH] UI types update --- --- a/README.md +++ b/README.md @@ -124,8 +124,7 @@ }, "CollectionType": { "Owner": "AccountId", - "Mode": "u8", - "ModeParam": "u32", + "Mode": "CollectionMode", "Access": "u8", "NextItemId": "u64", "DecimalPoints": "u32", --- 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", -- gitstuff