From 196b880ea3de1d73fc436a18523cf266b502b57c Mon Sep 17 00:00:00 2001 From: str-mv Date: Wed, 14 Jul 2021 10:38:29 +0000 Subject: [PATCH] Runtime types --- --- a/runtime_types.json +++ b/runtime_types.json @@ -62,7 +62,8 @@ "Sponsorship": "SponsorshipState", "Limits": "CollectionLimits", "VariableOnChainSchema": "Vec", - "ConstOnChainSchema": "Vec" + "ConstOnChainSchema": "Vec", + "TransfersEnabled": "bool" }, "RawData": "Vec", "Address": "MultiAddress", -- gitstuff