From 708aba4e27415e0863cdbd7cf6328c20b8f33a0a Mon Sep 17 00:00:00 2001 From: Greg Zaitsev Date: Wed, 05 Aug 2020 12:28:27 +0000 Subject: [PATCH] Update custom types --- --- a/README.md +++ b/README.md @@ -127,9 +127,9 @@ "fraction": "u128" }, "ReFungibleItemType": { - "Collection": u64, + "Collection": "u64", "Owner": "Vec>", - "Data": "Vec", + "Data": "Vec" }, "CollectionType": { "Owner": "AccountId", -- gitstuff