|
Kagome
Polkadot Runtime Engine in C++17
|
#include "primitives/inherent_data.hpp"Go to the source code of this file.
Classes | |
| struct | kagome::primitives::CheckInherentsResult |
| result of check_inherents method of BlockBuilder runtime api More... | |
Namespaces | |
| kagome::primitives | |
Functions | |
| template<class Stream , typename = std::enable_if_t<Stream::is_decoder_stream>> | |
| Stream & | kagome::primitives::operator>> (Stream &s, CheckInherentsResult &v) |
| struct kagome::primitives::CheckInherentsResult |
result of check_inherents method of BlockBuilder runtime api
Definition at line 15 of file check_inherents_result.hpp.
| Class Members | ||
|---|---|---|
| InherentData | errors |
We use the InherentData to store our errors. |
| bool | is_fatal_error | Did we encounter a fatal error? |
| bool | is_okay | Did the check succeed? |