Crate desub_legacy[−][src]
Modules
A serializable/deserializable Decoder used to encode/decode substrate types from compact SCALE encoded byte arrays with special attention paid to generic types in runtime module trait definitions if serialized, can be deserialized. This allows for portability by not needing to import differently-versioned runtimes as long as all the types of the runtime are registered within the decoder
Structs
Enums
Definitions for common patterns seen in Substrate/Polkadot type definitions Definitions for Vec/Option/Compact Boxed because self-referential otherwise
A ‘stateful’ version of RustTypeMarker. ‘Std’ variant is not here like in RustTypeMarker. Instead common types are just apart of the enum