Kagome
Polkadot Runtime Engine in C++17
|
#include <digest.hpp>
Public Member Functions | |
Consensus ()=default | |
template<class A > | |
Consensus (const A &a) | |
outcome::result< DecodedConsensusMessage > | decode () const |
Public Member Functions inherited from kagome::primitives::detail::DigestItemCommon | |
SCALE_TIE (2) | |
Additional Inherited Members | |
Public Attributes inherited from kagome::primitives::detail::DigestItemCommon | |
ConsensusEngineId | consensus_engine_id |
common::SLBuffer< consensus::kMaxValidatorsNumber *1024 > | data |
A message from the runtime to the consensus engine. This should never be generated by the native code of any consensus engine, but this is not checked (yet).
Definition at line 134 of file digest.hpp.
|
default |
|
inline |
Definition at line 139 of file digest.hpp.
|
inline |
Definition at line 158 of file digest.hpp.