Skip to content

sgns::primitives::CheckInherentsResult

result of check_inherents method of BlockBuilder runtime api

#include <check_inherents_result.hpp>

Public Attributes

Name
bool is_okay
Did the check succeed?
bool is_fatal_error
Did we encounter a fatal error?
primitives::InherentData errors
We use the InherentData to store our errors.

Public Attributes Documentation

variable is_okay

bool is_okay = false;

Did the check succeed?

variable is_fatal_error

bool is_fatal_error = false;

Did we encounter a fatal error?

variable errors

primitives::InherentData errors;

We use the InherentData to store our errors.


Updated on 2026-03-04 at 13:10:43 -0800