diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..33f7ed0
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,4 @@
+[workspace]
+members = [
+ "frame-metadata"
+]
diff --git a/LICENSE-APACHE2 b/LICENSE-APACHE2
new file mode 100644
index 0000000..fbb0616
--- /dev/null
+++ b/LICENSE-APACHE2
@@ -0,0 +1,211 @@
+ Apache License
+ Version 2.0, January 2004
+ http://www.apache.org/licenses/
+
+TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+1. Definitions.
+
+ "License" shall mean the terms and conditions for use, reproduction,
+ and distribution as defined by Sections 1 through 9 of this document.
+
+ "Licensor" shall mean the copyright owner or entity authorized by
+ the copyright owner that is granting the License.
+
+ "Legal Entity" shall mean the union of the acting entity and all
+ other entities that control, are controlled by, or are under common
+ control with that entity. For the purposes of this definition,
+ "control" means (i) the power, direct or indirect, to cause the
+ direction or management of such entity, whether by contract or
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
+ outstanding shares, or (iii) beneficial ownership of such entity.
+
+ "You" (or "Your") shall mean an individual or Legal Entity
+ exercising permissions granted by this License.
+
+ "Source" form shall mean the preferred form for making modifications,
+ including but not limited to software source code, documentation
+ source, and configuration files.
+
+ "Object" form shall mean any form resulting from mechanical
+ transformation or translation of a Source form, including but
+ not limited to compiled object code, generated documentation,
+ and conversions to other media types.
+
+ "Work" shall mean the work of authorship, whether in Source or
+ Object form, made available under the License, as indicated by a
+ copyright notice that is included in or attached to the work
+ (an example is provided in the Appendix below).
+
+ "Derivative Works" shall mean any work, whether in Source or Object
+ form, that is based on (or derived from) the Work and for which the
+ editorial revisions, annotations, elaborations, or other modifications
+ represent, as a whole, an original work of authorship. For the purposes
+ of this License, Derivative Works shall not include works that remain
+ separable from, or merely link (or bind by name) to the interfaces of,
+ the Work and Derivative Works thereof.
+
+ "Contribution" shall mean any work of authorship, including
+ the original version of the Work and any modifications or additions
+ to that Work or Derivative Works thereof, that is intentionally
+ submitted to Licensor for inclusion in the Work by the copyright owner
+ or by an individual or Legal Entity authorized to submit on behalf of
+ the copyright owner. For the purposes of this definition, "submitted"
+ means any form of electronic, verbal, or written communication sent
+ to the Licensor or its representatives, including but not limited to
+ communication on electronic mailing lists, source code control systems,
+ and issue tracking systems that are managed by, or on behalf of, the
+ Licensor for the purpose of discussing and improving the Work, but
+ excluding communication that is conspicuously marked or otherwise
+ designated in writing by the copyright owner as "Not a Contribution."
+
+ "Contributor" shall mean Licensor and any individual or Legal Entity
+ on behalf of whom a Contribution has been received by Licensor and
+ subsequently incorporated within the Work.
+
+2. Grant of Copyright License. Subject to the terms and conditions of
+ this License, each Contributor hereby grants to You a perpetual,
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+ copyright license to reproduce, prepare Derivative Works of,
+ publicly display, publicly perform, sublicense, and distribute the
+ Work and such Derivative Works in Source or Object form.
+
+3. Grant of Patent License. Subject to the terms and conditions of
+ this License, each Contributor hereby grants to You a perpetual,
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+ (except as stated in this section) patent license to make, have made,
+ use, offer to sell, sell, import, and otherwise transfer the Work,
+ where such license applies only to those patent claims licensable
+ by such Contributor that are necessarily infringed by their
+ Contribution(s) alone or by combination of their Contribution(s)
+ with the Work to which such Contribution(s) was submitted. If You
+ institute patent litigation against any entity (including a
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
+ or a Contribution incorporated within the Work constitutes direct
+ or contributory patent infringement, then any patent licenses
+ granted to You under this License for that Work shall terminate
+ as of the date such litigation is filed.
+
+4. Redistribution. You may reproduce and distribute copies of the
+ Work or Derivative Works thereof in any medium, with or without
+ modifications, and in Source or Object form, provided that You
+ meet the following conditions:
+
+ (a) You must give any other recipients of the Work or
+ Derivative Works a copy of this License; and
+
+ (b) You must cause any modified files to carry prominent notices
+ stating that You changed the files; and
+
+ (c) You must retain, in the Source form of any Derivative Works
+ that You distribute, all copyright, patent, trademark, and
+ attribution notices from the Source form of the Work,
+ excluding those notices that do not pertain to any part of
+ the Derivative Works; and
+
+ (d) If the Work includes a "NOTICE" text file as part of its
+ distribution, then any Derivative Works that You distribute must
+ include a readable copy of the attribution notices contained
+ within such NOTICE file, excluding those notices that do not
+ pertain to any part of the Derivative Works, in at least one
+ of the following places: within a NOTICE text file distributed
+ as part of the Derivative Works; within the Source form or
+ documentation, if provided along with the Derivative Works; or,
+ within a display generated by the Derivative Works, if and
+ wherever such third-party notices normally appear. The contents
+ of the NOTICE file are for informational purposes only and
+ do not modify the License. You may add Your own attribution
+ notices within Derivative Works that You distribute, alongside
+ or as an addendum to the NOTICE text from the Work, provided
+ that such additional attribution notices cannot be construed
+ as modifying the License.
+
+ You may add Your own copyright statement to Your modifications and
+ may provide additional or different license terms and conditions
+ for use, reproduction, or distribution of Your modifications, or
+ for any such Derivative Works as a whole, provided Your use,
+ reproduction, and distribution of the Work otherwise complies with
+ the conditions stated in this License.
+
+5. Submission of Contributions. Unless You explicitly state otherwise,
+ any Contribution intentionally submitted for inclusion in the Work
+ by You to the Licensor shall be under the terms and conditions of
+ this License, without any additional terms or conditions.
+ Notwithstanding the above, nothing herein shall supersede or modify
+ the terms of any separate license agreement you may have executed
+ with Licensor regarding such Contributions.
+
+6. Trademarks. This License does not grant permission to use the trade
+ names, trademarks, service marks, or product names of the Licensor,
+ except as required for reasonable and customary use in describing the
+ origin of the Work and reproducing the content of the NOTICE file.
+
+7. Disclaimer of Warranty. Unless required by applicable law or
+ agreed to in writing, Licensor provides the Work (and each
+ Contributor provides its Contributions) on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+ implied, including, without limitation, any warranties or conditions
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+ PARTICULAR PURPOSE. You are solely responsible for determining the
+ appropriateness of using or redistributing the Work and assume any
+ risks associated with Your exercise of permissions under this License.
+
+8. Limitation of Liability. In no event and under no legal theory,
+ whether in tort (including negligence), contract, or otherwise,
+ unless required by applicable law (such as deliberate and grossly
+ negligent acts) or agreed to in writing, shall any Contributor be
+ liable to You for damages, including any direct, indirect, special,
+ incidental, or consequential damages of any character arising as a
+ result of this License or out of the use or inability to use the
+ Work (including but not limited to damages for loss of goodwill,
+ work stoppage, computer failure or malfunction, or any and all
+ other commercial damages or losses), even if such Contributor
+ has been advised of the possibility of such damages.
+
+9. Accepting Warranty or Additional Liability. While redistributing
+ the Work or Derivative Works thereof, You may choose to offer,
+ and charge a fee for, acceptance of support, warranty, indemnity,
+ or other liability obligations and/or rights consistent with this
+ License. However, in accepting such obligations, You may act only
+ on Your own behalf and on Your sole responsibility, not on behalf
+ of any other Contributor, and only if You agree to indemnify,
+ defend, and hold each Contributor harmless for any liability
+ incurred by, or claims asserted against, such Contributor by reason
+ of your accepting any such warranty or additional liability.
+
+END OF TERMS AND CONDITIONS
+
+APPENDIX: How to apply the Apache License to your work.
+
+ To apply the Apache License to your work, attach the following
+ boilerplate notice, with the fields enclosed by brackets "[]"
+ replaced with your own identifying information. (Don't include
+ the brackets!) The text should be enclosed in the appropriate
+ comment syntax for the file format. We also recommend that a
+ file or class name and description of purpose be included on the
+ same "printed page" as the copyright notice for easier
+ identification within third-party archives.
+
+Copyright [yyyy] [name of copyright owner]
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+
+ NOTE
+
+Individual files contain the following tag instead of the full license
+text.
+
+ SPDX-License-Identifier: Apache-2.0
+
+This enables machine processing of license information based on the SPDX
+License Identifiers that are here available: http://spdx.org/licenses/
\ No newline at end of file
diff --git a/LICENSE b/LICENSE-GPL3
similarity index 95%
rename from LICENSE
rename to LICENSE-GPL3
index f288702..2ba7526 100644
--- a/LICENSE
+++ b/LICENSE-GPL3
@@ -1,7 +1,7 @@
GNU GENERAL PUBLIC LICENSE
Version 3, 29 June 2007
- Copyright (C) 2007 Free Software Foundation, Inc.
+ Copyright (C) 2007 Free Software Foundation, Inc.
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
@@ -631,8 +631,8 @@ to attach them to the start of each source file to most effectively
state the exclusion of warranty; and each file should have at least
the "copyright" line and a pointer to where the full notice is found.
-
- Copyright (C)
+ {one line to give the program's name and a brief idea of what it does.}
+ Copyright (C) {year} {name of author}
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -645,14 +645,14 @@ the "copyright" line and a pointer to where the full notice is found.
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with this program. If not, see .
+ along with this program. If not, see .
Also add information on how to contact you by electronic and paper mail.
If the program does terminal interaction, make it output a short
notice like this when it starts in an interactive mode:
- Copyright (C)
+ {project} Copyright (C) {year} {fullname}
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
This is free software, and you are welcome to redistribute it
under certain conditions; type `show c' for details.
@@ -664,11 +664,37 @@ might be different; for a GUI interface, you would use an "about box".
You should also get your employer (if you work as a programmer) or school,
if any, to sign a "copyright disclaimer" for the program, if necessary.
For more information on this, and how to apply and follow the GNU GPL, see
-.
+.
The GNU General Public License does not permit incorporating your program
into proprietary programs. If your program is a subroutine library, you
may consider it more useful to permit linking proprietary applications with
the library. If this is what you want to do, use the GNU Lesser General
Public License instead of this License. But first, please read
-.
+.
+
+ "CLASSPATH" EXCEPTION TO THE GPL
+
+ Linking this library statically or dynamically with other modules is making
+a combined work based on this library. Thus, the terms and conditions of the
+GNU General Public License cover the whole combination.
+
+ As a special exception, the copyright holders of this library give you
+permission to link this library with independent modules to produce an
+executable, regardless of the license terms of these independent modules,
+and to copy and distribute the resulting executable under terms of your
+choice, provided that you also meet, for each linked independent module,
+the terms and conditions of the license of that module. An independent
+module is a module which is not derived from or based on this library.
+If you modify this library, you may extend this exception to your version
+of the library, but you are not obligated to do so. If you do not wish to
+do so, delete this exception statement from your version.
+
+ NOTE
+
+ Individual files contain the following tag instead of the full license text.
+
+ SPDX-License-Identifier: GPL-3.0-or-later WITH Classpath-exception-2.0
+
+ This enables machine processing of license information based on the SPDX
+License Identifiers that are here available: http://spdx.org/licenses/
\ No newline at end of file
diff --git a/README.md b/README.md
index 10d7e8d..9a1650b 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,2 @@
-# frame-metadata-rs
+# frame-metadata
A set of tools to parse FRAME metadata retrieved from Substrate-based nodes.
diff --git a/frame-metadata/Cargo.toml b/frame-metadata/Cargo.toml
new file mode 100644
index 0000000..d6aa14b
--- /dev/null
+++ b/frame-metadata/Cargo.toml
@@ -0,0 +1,25 @@
+[package]
+name = "frame-metadata"
+version = "12.0.0"
+authors = ["Parity Technologies "]
+edition = "2018"
+license = "Apache-2.0"
+homepage = "https://substrate.dev"
+repository = "https://github.com/paritytech/substrate/"
+description = "Decodable variant of the RuntimeMetadata."
+readme = "README.md"
+
+[package.metadata.docs.rs]
+targets = ["x86_64-unknown-linux-gnu"]
+
+[dependencies]
+codec = { package = "parity-scale-codec", version = "1.3.4", default-features = false, features = ["derive"] }
+serde = { version = "1.0.101", optional = true, features = ["derive"] }
+
+[features]
+default = ["std", "v12"]
+v12 = []
+std = [
+ "codec/std",
+ "serde",
+]
diff --git a/frame-metadata/README.md b/frame-metadata/README.md
new file mode 100644
index 0000000..423af86
--- /dev/null
+++ b/frame-metadata/README.md
@@ -0,0 +1,7 @@
+Decodable variant of the RuntimeMetadata.
+
+This really doesn't belong here, but is necessary for the moment. In the future
+it should be removed entirely to an external module for shimming on to the
+codec-encoded metadata.
+
+License: Apache-2.0
\ No newline at end of file
diff --git a/frame-metadata/src/lib.rs b/frame-metadata/src/lib.rs
new file mode 100644
index 0000000..1f8c7b8
--- /dev/null
+++ b/frame-metadata/src/lib.rs
@@ -0,0 +1,432 @@
+// This file is part of Substrate.
+
+// Copyright (C) 2018-2020 Parity Technologies (UK) Ltd.
+// SPDX-License-Identifier: Apache-2.0
+
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+//! Decodable variant of the RuntimeMetadata.
+
+#![cfg_attr(not(feature = "std"), no_std)]
+
+#[cfg(feature = "std")]
+use serde::Serialize;
+#[cfg(feature = "std")]
+use codec::{Decode, Input, Error};
+use codec::{Encode, Output};
+
+#[cfg(not(feature = "std"))]
+extern crate alloc;
+#[cfg(not(feature = "std"))]
+use alloc::vec::Vec;
+
+#[cfg(feature = "std")]
+type StringBuf = String;
+
+/// Current prefix of metadata
+pub const META_RESERVED: u32 = 0x6174656d; // 'meta' warn endianness
+
+/// On `no_std` we do not support `Decode` and thus `StringBuf` is just `&'static str`.
+/// So, if someone tries to decode this stuff on `no_std`, they will get a compilation error.
+#[cfg(not(feature = "std"))]
+type StringBuf = &'static str;
+
+/// A type that decodes to a different type than it encodes.
+/// The user needs to make sure that both types use the same encoding.
+///
+/// For example a `&'static [ &'static str ]` can be decoded to a `Vec`.
+#[derive(Clone)]
+pub enum DecodeDifferent where B: 'static, O: 'static {
+ Encode(B),
+ Decoded(O),
+}
+
+impl Encode for DecodeDifferent where B: Encode + 'static, O: Encode + 'static {
+ fn encode_to(&self, dest: &mut W) {
+ match self {
+ DecodeDifferent::Encode(b) => b.encode_to(dest),
+ DecodeDifferent::Decoded(o) => o.encode_to(dest),
+ }
+ }
+}
+
+impl codec::EncodeLike for DecodeDifferent where B: Encode + 'static, O: Encode + 'static {}
+
+#[cfg(feature = "std")]
+impl Decode for DecodeDifferent where B: 'static, O: Decode + 'static {
+ fn decode(input: &mut I) -> Result {
+ ::decode(input).map(|val| {
+ DecodeDifferent::Decoded(val)
+ })
+ }
+}
+
+impl PartialEq for DecodeDifferent
+where
+ B: Encode + Eq + PartialEq + 'static,
+ O: Encode + Eq + PartialEq + 'static,
+{
+ fn eq(&self, other: &Self) -> bool {
+ self.encode() == other.encode()
+ }
+}
+
+impl Eq for DecodeDifferent
+ where B: Encode + Eq + PartialEq + 'static, O: Encode + Eq + PartialEq + 'static
+{}
+
+impl core::fmt::Debug for DecodeDifferent
+ where
+ B: core::fmt::Debug + Eq + 'static,
+ O: core::fmt::Debug + Eq + 'static,
+{
+ fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result {
+ match self {
+ DecodeDifferent::Encode(b) => b.fmt(f),
+ DecodeDifferent::Decoded(o) => o.fmt(f),
+ }
+ }
+}
+
+#[cfg(feature = "std")]
+impl serde::Serialize for DecodeDifferent
+ where
+ B: serde::Serialize + 'static,
+ O: serde::Serialize + 'static,
+{
+ fn serialize(&self, serializer: S) -> Result where S: serde::Serializer {
+ match self {
+ DecodeDifferent::Encode(b) => b.serialize(serializer),
+ DecodeDifferent::Decoded(o) => o.serialize(serializer),
+ }
+ }
+}
+
+pub type DecodeDifferentArray = DecodeDifferent<&'static [B], Vec>;
+
+type DecodeDifferentStr = DecodeDifferent<&'static str, StringBuf>;
+
+/// All the metadata about a function.
+#[derive(Clone, PartialEq, Eq, Encode)]
+#[cfg_attr(feature = "std", derive(Decode, Serialize, Debug))]
+pub struct FunctionMetadata {
+ pub name: DecodeDifferentStr,
+ pub arguments: DecodeDifferentArray,
+ pub documentation: DecodeDifferentArray<&'static str, StringBuf>,
+}
+
+/// All the metadata about a function argument.
+#[derive(Clone, PartialEq, Eq, Encode)]
+#[cfg_attr(feature = "std", derive(Decode, Serialize, Debug))]
+pub struct FunctionArgumentMetadata {
+ pub name: DecodeDifferentStr,
+ pub ty: DecodeDifferentStr,
+}
+
+/// Newtype wrapper for support encoding functions (actual the result of the function).
+#[derive(Clone, Eq)]
+pub struct FnEncode(pub fn() -> E) where E: Encode + 'static;
+
+impl Encode for FnEncode {
+ fn encode_to(&self, dest: &mut W) {
+ self.0().encode_to(dest);
+ }
+}
+
+impl codec::EncodeLike for FnEncode {}
+
+impl PartialEq for FnEncode {
+ fn eq(&self, other: &Self) -> bool {
+ self.0().eq(&other.0())
+ }
+}
+
+impl core::fmt::Debug for FnEncode {
+ fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result {
+ self.0().fmt(f)
+ }
+}
+
+#[cfg(feature = "std")]
+impl serde::Serialize for FnEncode {
+ fn serialize(&self, serializer: S) -> Result where S: serde::Serializer {
+ self.0().serialize(serializer)
+ }
+}
+
+/// All the metadata about an outer event.
+#[derive(Clone, PartialEq, Eq, Encode)]
+#[cfg_attr(feature = "std", derive(Decode, Serialize, Debug))]
+pub struct OuterEventMetadata {
+ pub name: DecodeDifferentStr,
+ pub events: DecodeDifferentArray<
+ (&'static str, FnEncode<&'static [EventMetadata]>),
+ (StringBuf, Vec)
+ >,
+}
+
+/// All the metadata about an event.
+#[derive(Clone, PartialEq, Eq, Encode)]
+#[cfg_attr(feature = "std", derive(Decode, Serialize, Debug))]
+pub struct EventMetadata {
+ pub name: DecodeDifferentStr,
+ pub arguments: DecodeDifferentArray<&'static str, StringBuf>,
+ pub documentation: DecodeDifferentArray<&'static str, StringBuf>,
+}
+
+/// All the metadata about one storage entry.
+#[derive(Clone, PartialEq, Eq, Encode)]
+#[cfg_attr(feature = "std", derive(Decode, Serialize, Debug))]
+pub struct StorageEntryMetadata {
+ pub name: DecodeDifferentStr,
+ pub modifier: StorageEntryModifier,
+ pub ty: StorageEntryType,
+ pub default: ByteGetter,
+ pub documentation: DecodeDifferentArray<&'static str, StringBuf>,
+}
+
+/// All the metadata about one module constant.
+#[derive(Clone, PartialEq, Eq, Encode)]
+#[cfg_attr(feature = "std", derive(Decode, Serialize, Debug))]
+pub struct ModuleConstantMetadata {
+ pub name: DecodeDifferentStr,
+ pub ty: DecodeDifferentStr,
+ pub value: ByteGetter,
+ pub documentation: DecodeDifferentArray<&'static str, StringBuf>,
+}
+
+/// All the metadata about a module error.
+#[derive(Clone, PartialEq, Eq, Encode)]
+#[cfg_attr(feature = "std", derive(Decode, Serialize, Debug))]
+pub struct ErrorMetadata {
+ pub name: DecodeDifferentStr,
+ pub documentation: DecodeDifferentArray<&'static str, StringBuf>,
+}
+
+/// All the metadata about errors in a module.
+pub trait ModuleErrorMetadata {
+ fn metadata() -> &'static [ErrorMetadata];
+}
+
+impl ModuleErrorMetadata for &'static str {
+ fn metadata() -> &'static [ErrorMetadata] {
+ &[]
+ }
+}
+
+/// A technical trait to store lazy initiated vec value as static dyn pointer.
+pub trait DefaultByte: Send + Sync {
+ fn default_byte(&self) -> Vec;
+}
+
+/// Wrapper over dyn pointer for accessing a cached once byte value.
+#[derive(Clone)]
+pub struct DefaultByteGetter(pub &'static dyn DefaultByte);
+
+/// Decode different for static lazy initiated byte value.
+pub type ByteGetter = DecodeDifferent>;
+
+impl Encode for DefaultByteGetter {
+ fn encode_to(&self, dest: &mut W) {
+ self.0.default_byte().encode_to(dest)
+ }
+}
+
+impl codec::EncodeLike for DefaultByteGetter {}
+
+impl PartialEq for DefaultByteGetter {
+ fn eq(&self, other: &DefaultByteGetter) -> bool {
+ let left = self.0.default_byte();
+ let right = other.0.default_byte();
+ left.eq(&right)
+ }
+}
+
+impl Eq for DefaultByteGetter { }
+
+#[cfg(feature = "std")]
+impl serde::Serialize for DefaultByteGetter {
+ fn serialize(&self, serializer: S) -> Result where S: serde::Serializer {
+ self.0.default_byte().serialize(serializer)
+ }
+}
+
+impl core::fmt::Debug for DefaultByteGetter {
+ fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result {
+ self.0.default_byte().fmt(f)
+ }
+}
+
+/// Hasher used by storage maps
+#[derive(Clone, PartialEq, Eq, Encode)]
+#[cfg_attr(feature = "std", derive(Decode, Serialize, Debug))]
+pub enum StorageHasher {
+ Blake2_128,
+ Blake2_256,
+ Blake2_128Concat,
+ Twox128,
+ Twox256,
+ Twox64Concat,
+ Identity,
+}
+
+/// A storage entry type.
+#[derive(Clone, PartialEq, Eq, Encode)]
+#[cfg_attr(feature = "std", derive(Decode, Serialize, Debug))]
+pub enum StorageEntryType {
+ Plain(DecodeDifferentStr),
+ Map {
+ hasher: StorageHasher,
+ key: DecodeDifferentStr,
+ value: DecodeDifferentStr,
+ // is_linked flag previously, unused now to keep backwards compat
+ unused: bool,
+ },
+ DoubleMap {
+ hasher: StorageHasher,
+ key1: DecodeDifferentStr,
+ key2: DecodeDifferentStr,
+ value: DecodeDifferentStr,
+ key2_hasher: StorageHasher,
+ },
+}
+
+/// A storage entry modifier.
+#[derive(Clone, PartialEq, Eq, Encode)]
+#[cfg_attr(feature = "std", derive(Decode, Serialize, Debug))]
+pub enum StorageEntryModifier {
+ Optional,
+ Default,
+}
+
+/// All metadata of the storage.
+#[derive(Clone, PartialEq, Eq, Encode)]
+#[cfg_attr(feature = "std", derive(Decode, Serialize, Debug))]
+pub struct StorageMetadata {
+ /// The common prefix used by all storage entries.
+ pub prefix: DecodeDifferent<&'static str, StringBuf>,
+ pub entries: DecodeDifferent<&'static [StorageEntryMetadata], Vec>,
+}
+
+/// Metadata prefixed by a u32 for reserved usage
+#[derive(Eq, Encode, PartialEq)]
+#[cfg_attr(feature = "std", derive(Decode, Serialize, Debug))]
+pub struct RuntimeMetadataPrefixed(pub u32, pub RuntimeMetadata);
+
+/// Metadata of the extrinsic used by the runtime.
+#[derive(Eq, Encode, PartialEq)]
+#[cfg_attr(feature = "std", derive(Decode, Serialize, Debug))]
+pub struct ExtrinsicMetadata {
+ /// Extrinsic version.
+ pub version: u8,
+ /// The signed extensions in the order they appear in the extrinsic.
+ pub signed_extensions: Vec,
+}
+
+/// The metadata of a runtime.
+/// The version ID encoded/decoded through
+/// the enum nature of `RuntimeMetadata`.
+#[derive(Eq, Encode, PartialEq)]
+#[cfg_attr(feature = "std", derive(Decode, Serialize, Debug))]
+pub enum RuntimeMetadata {
+ /// Unused; enum filler.
+ V0(RuntimeMetadataDeprecated),
+ /// Version 1 for runtime metadata. No longer used.
+ V1(RuntimeMetadataDeprecated),
+ /// Version 2 for runtime metadata. No longer used.
+ V2(RuntimeMetadataDeprecated),
+ /// Version 3 for runtime metadata. No longer used.
+ V3(RuntimeMetadataDeprecated),
+ /// Version 4 for runtime metadata. No longer used.
+ V4(RuntimeMetadataDeprecated),
+ /// Version 5 for runtime metadata. No longer used.
+ V5(RuntimeMetadataDeprecated),
+ /// Version 6 for runtime metadata. No longer used.
+ V6(RuntimeMetadataDeprecated),
+ /// Version 7 for runtime metadata. No longer used.
+ V7(RuntimeMetadataDeprecated),
+ /// Version 8 for runtime metadata. No longer used.
+ V8(RuntimeMetadataDeprecated),
+ /// Version 9 for runtime metadata. No longer used.
+ V9(RuntimeMetadataDeprecated),
+ /// Version 10 for runtime metadata. No longer used.
+ V10(RuntimeMetadataDeprecated),
+ /// Version 11 for runtime metadata. No longer used.
+ V11(RuntimeMetadataDeprecated),
+ /// Version 12 for runtime metadata.
+ #[cfg(feature = "v12")]
+ V12(RuntimeMetadataV12),
+ #[cfg(not(feature = "v12"))]
+ V12(RuntimeMetadataDeprecated),
+}
+
+/// Enum that should fail.
+#[derive(Eq, PartialEq)]
+#[cfg_attr(feature = "std", derive(Serialize, Debug))]
+pub enum RuntimeMetadataDeprecated { }
+
+impl Encode for RuntimeMetadataDeprecated {
+ fn encode_to(&self, _dest: &mut W) {}
+}
+
+impl codec::EncodeLike for RuntimeMetadataDeprecated {}
+
+#[cfg(feature = "std")]
+impl Decode for RuntimeMetadataDeprecated {
+ fn decode(_input: &mut I) -> Result {
+ Err("Decoding is not supported".into())
+ }
+}
+
+/// The metadata of a runtime.
+#[derive(Eq, Encode, PartialEq)]
+#[cfg_attr(feature = "std", derive(Decode, Serialize, Debug))]
+pub struct RuntimeMetadataV12 {
+ /// Metadata of all the modules.
+ pub modules: DecodeDifferentArray,
+ /// Metadata of the extrinsic.
+ pub extrinsic: ExtrinsicMetadata,
+}
+
+/// The latest version of the metadata.
+pub type RuntimeMetadataLastVersion = RuntimeMetadataV12;
+
+/// All metadata about an runtime module.
+#[derive(Clone, PartialEq, Eq, Encode)]
+#[cfg_attr(feature = "std", derive(Decode, Serialize, Debug))]
+pub struct ModuleMetadata {
+ pub name: DecodeDifferentStr,
+ pub storage: Option, StorageMetadata>>,
+ pub calls: ODFnA,
+ pub event: ODFnA,
+ pub constants: DFnA,
+ pub errors: DFnA,
+ /// Define the index of the module, this index will be used for the encoding of module event,
+ /// call and origin variants.
+ pub index: u8,
+}
+
+type ODFnA = Option>;
+type DFnA = DecodeDifferent, Vec>;
+
+impl Into> for RuntimeMetadataPrefixed {
+ fn into(self) -> Vec {
+ self.encode()
+ }
+}
+
+impl Into for RuntimeMetadataLastVersion {
+ fn into(self) -> RuntimeMetadataPrefixed {
+ RuntimeMetadataPrefixed(META_RESERVED, RuntimeMetadata::V12(self))
+ }
+}