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
73 },73 },
74 "CollectionType": {74 "CollectionType": {
75 "Owner": "AccountId",75 "Owner": "AccountId",
76 "Mode": "u8",76 "Mode": "CollectionMode",
77 "ModeParam": "u32",
78 "Access": "u8",77 "Access": "u8",
79 "NextItemId": "u64",78 "NextItemId": "u64",
80 "DecimalPoints": "u32",79 "DecimalPoints": "u32",