Closed shekohex closed 2 years ago
Here is a Diff between the metadata of the pallet-utils before and after.
pallet-utils
diff --git a/target/meta.json b/target/meta-new.json index 31b5204..051c093 100644 --- a/target/meta.json +++ b/target/meta-new.json @@ -1,7 +1,7 @@ { "name": "Utils", "storage": { - "prefix": "UtilsModule", + "prefix": "Utils", "entries": [ { "name": "TreasuryAccount", @@ -67,7 +67,9 @@ 0, 0 ], - "documentation": [] + "documentation": [ + " Minimal length of space/profile handle" + ] }, { "name": "MaxHandleLen", @@ -78,7 +80,9 @@ 0, 0 ], - "documentation": [] + "documentation": [ + " Max length of a space handle." + ] } ], "errors": [
Here is a Diff between the metadata of the
pallet-utils
before and after.