[−][src]Trait sp_version::GetRuntimeVersion
Something that can provide the runtime version at a given block and the native runtime version.
Required methods
pub fn native_version(&self) -> &NativeVersion
[src]
Returns the version of the native runtime.
pub fn runtime_version(
&self,
at: &BlockId<Block>
) -> Result<RuntimeVersion, String>
[src]
&self,
at: &BlockId<Block>
) -> Result<RuntimeVersion, String>
Returns the version of runtime at the given block.
Implementations on Foreign Types
impl<T: GetRuntimeVersion<Block>, Block: BlockT> GetRuntimeVersion<Block> for Arc<T>
[src]
pub fn native_version(&self) -> &NativeVersion
[src]
pub fn runtime_version(
&self,
at: &BlockId<Block>
) -> Result<RuntimeVersion, String>
[src]
&self,
at: &BlockId<Block>
) -> Result<RuntimeVersion, String>