Kagome
Polkadot Runtime Engine in C++17
kagome::runtime::RuntimeUpgradeTrackerImpl::RuntimeUpgradeData Struct Reference

#include <runtime_upgrade_tracker_impl.hpp>

Collaboration diagram for kagome::runtime::RuntimeUpgradeTrackerImpl::RuntimeUpgradeData:

Public Member Functions

 SCALE_TIE (2)
 
 RuntimeUpgradeData ()=default
 
template<typename BlockInfo , typename RootHash >
 RuntimeUpgradeData (BlockInfo &&block, RootHash &&state)
 

Public Attributes

primitives::BlockInfo block
 
storage::trie::RootHash state
 

Detailed Description

Definition at line 42 of file runtime_upgrade_tracker_impl.hpp.

Constructor & Destructor Documentation

kagome::runtime::RuntimeUpgradeTrackerImpl::RuntimeUpgradeData::RuntimeUpgradeData ( )
default
template<typename BlockInfo , typename RootHash >
kagome::runtime::RuntimeUpgradeTrackerImpl::RuntimeUpgradeData::RuntimeUpgradeData ( BlockInfo &&  block,
RootHash &&  state 
)
inline

Definition at line 48 of file runtime_upgrade_tracker_impl.hpp.

Member Function Documentation

kagome::runtime::RuntimeUpgradeTrackerImpl::RuntimeUpgradeData::SCALE_TIE ( )

Member Data Documentation

primitives::BlockInfo kagome::runtime::RuntimeUpgradeTrackerImpl::RuntimeUpgradeData::block

Definition at line 52 of file runtime_upgrade_tracker_impl.hpp.

storage::trie::RootHash kagome::runtime::RuntimeUpgradeTrackerImpl::RuntimeUpgradeData::state

Definition at line 53 of file runtime_upgrade_tracker_impl.hpp.


The documentation for this struct was generated from the following file: