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

difftreelog

NFTPAR-183: Storage Refactoring. Fixed custom UI types.

sotmorskiy2020-12-11parent: #7e29811.patch.diff
in: master

1 file changed

modifiedREADME.mddiffbeforeafterboth
164 "WhiteList"164 "WhiteList"
165 ]165 ]
166 },166 },
167 "DecimalPoints": "u8",
167 "CollectionMode": {168 "CollectionMode": {
168 "_enum": {169 "_enum": {
169 "Invalid": null,170 "Invalid": null,
170 "NFT": null,171 "NFT": null,
171 "Fungible": "u32",172 "Fungible": "DecimalPoints",
172 "ReFungible": "u32"173 "ReFungible": "DecimalPoints"
173 }174 }
174 },175 },
175 "Ownership": {176 "Ownership": {
176 "Owner": "AccountId",177 "Owner": "AccountId",
177 "Fraction": "u128"178 "Fraction": "u128"
178 },179 },
179 "FungibleItemType": {180 "FungibleItemType": {
180 "Collection": "u64",181 "Collection": "CollectionId",
181 "Owner": "AccountId",182 "Owner": "AccountId",
182 "Value": "u128"183 "Value": "u128"
183 },184 },
184 "ReFungibleItemType": {185 "ReFungibleItemType": {
185 "Collection": "u64",186 "Collection": "CollectionId",
186 "Owner": "Vec<Ownership>",187 "Owner": "Vec<Ownership>",
187 "Data": "Vec<u8>"188 "Data": "Vec<u8>"
188 },189 },
189 "NftItemType": {190 "NftItemType": {
190 "Collection": "u64",191 "Collection": "CollectionId",
191 "Owner": "AccountId",192 "Owner": "AccountId",
192 "ConstData": "Vec<u8>",193 "ConstData": "Vec<u8>",
193 "VariableData": "Vec<u8>"194 "VariableData": "Vec<u8>"
197 "fraction": "u128"198 "fraction": "u128"
198 },199 },
199 "ReFungibleItemType": {200 "ReFungibleItemType": {
200 "Collection": "u64",201 "Collection": "CollectionId",
201 "Owner": "Vec<Ownership<AccountId>>",202 "Owner": "Vec<Ownership<AccountId>>",
202 "ConstData": "Vec<u8>",203 "ConstData": "Vec<u8>",
203 "VariableData": "Vec<u8>"204 "VariableData": "Vec<u8>"
206 "Owner": "AccountId",207 "Owner": "AccountId",
207 "Mode": "CollectionMode",208 "Mode": "CollectionMode",
208 "Access": "AccessMode",209 "Access": "AccessMode",
209 "DecimalPoints": "u32",210 "DecimalPoints": "DecimalPoints",
210 "Name": "Vec<u16>",211 "Name": "Vec<u16>",
211 "Description": "Vec<u16>",212 "Description": "Vec<u16>",
212 "TokenPrefix": "Vec<u8>",213 "TokenPrefix": "Vec<u8>",
219 },220 },
220 "ApprovePermissions": {221 "ApprovePermissions": {
221 "Approved": "AccountId",222 "Approved": "AccountId",
222 "Amount": "u64"223 "Amount": "u128"
223 },224 },
224 "RawData": "Vec<u8>",225 "RawData": "Vec<u8>",
225 "Address": "AccountId",226 "Address": "AccountId",