Crate sp_version[−][src]
Version module for the Substrate runtime; Provides a function that returns the runtime version.
Macros
create_apis_vec | Create a vector of Api declarations. |
create_runtime_str | Create a const |
Structs
NativeVersion | |
RuntimeVersion | Runtime version.
This should not be thought of as classic Semver (major/minor/tiny).
This triplet have different semantics and mis-interpretation could cause problems.
In particular: bug fixes should result in an increment of |
Traits
GetRuntimeVersion | Something that can provide the runtime version at a given block and the native runtime version. |
Type Definitions
ApiId | The identity of a particular API interface that the runtime might provide. |
ApisVec | A vector of pairs of |