mirror of
https://github.com/pezkuwichain/pezframe-metadata.git
synced 2026-04-22 04:17:58 +00:00
Reexport all the types from the latest version (#13)
* Reexport all the types from the latest version * Update comment
This commit is contained in:
@@ -46,6 +46,12 @@ pub mod v13;
|
||||
#[cfg(feature = "v14")]
|
||||
pub mod v14;
|
||||
|
||||
// Reexport all the types from the latest version.
|
||||
//
|
||||
// When a new version becomes available, update this.
|
||||
#[cfg(feature = "v14")]
|
||||
pub use self::v14::*;
|
||||
|
||||
/// Metadata prefixed by a u32 for reserved usage
|
||||
#[derive(Eq, Encode, PartialEq)]
|
||||
#[cfg_attr(feature = "std", derive(Decode, Serialize, Debug))]
|
||||
|
||||
Reference in New Issue
Block a user