|
Kagome
Polkadot Runtime Engine in C++17
|
#include "consensus/validation/babe_block_validator.hpp"#include <algorithm>#include <boost/assert.hpp>#include "common/mp_utils.hpp"#include "consensus/babe/babe_config_repository.hpp"#include "consensus/babe/impl/babe_digests_util.hpp"#include "consensus/validation/prepare_transcript.hpp"#include "crypto/sr25519_provider.hpp"#include "scale/scale.hpp"Go to the source code of this file.
Namespaces | |
| kagome::consensus | |
Functions | |
| OUTCOME_CPP_DEFINE_CATEGORY (kagome::consensus, BabeBlockValidator::ValidationError, e) | |
| OUTCOME_CPP_DEFINE_CATEGORY | ( | kagome::consensus | , |
| BabeBlockValidator::ValidationError | , | ||
| e | |||
| ) |
Copyright Soramitsu Co., Ltd. All Rights Reserved. SPDX-License-Identifier: Apache-2.0
Definition at line 18 of file babe_block_validator.cpp.