Kagome
Polkadot Runtime Engine in C++17
|
#include <digest.hpp>
Additional Inherited Members | |
Public Member Functions inherited from kagome::primitives::detail::DigestItemCommon | |
SCALE_TIE (2) | |
Public Attributes inherited from kagome::primitives::detail::DigestItemCommon | |
ConsensusEngineId | consensus_engine_id |
common::SLBuffer< consensus::kMaxValidatorsNumber *1024 > | data |
A pre-runtime digest.
These are messages from the consensus engine to the runtime, although the consensus engine can (and should) read them itself to avoid code and state duplication. It is erroneous for a runtime to produce these, but this is not (yet) checked.
Definition at line 55 of file digest.hpp.