Kagome
Polkadot Runtime Engine in C++17
check_inherents_result.hpp File Reference
Include dependency graph for check_inherents_result.hpp:
This graph shows which files directly or indirectly include this file:

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)
 

Class Documentation

struct kagome::primitives::CheckInherentsResult

result of check_inherents method of BlockBuilder runtime api

Definition at line 15 of file check_inherents_result.hpp.

Collaboration diagram for kagome::primitives::CheckInherentsResult:
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?