Kagome
Polkadot Runtime Engine in C++17
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
Kagome
Consensus
core
Development guide
Guide for `outcome::result<T>`
Rules
Terms
Tooling
Overview
Your first Kagome chain
Runing Kagome in docker container
Start private Kagome network
Namespaces
Classes
Files
File List
core
api
application
assets
authority_discovery
authorship
blockchain
clock
common
consensus
authority
babe
grandpa
validation
constants.hpp
containers
crypto
filesystem
host_api
injector
log
macro
metrics
network
offchain
outcome
parachain
primitives
runtime
scale
storage
subscription
telemetry
transaction_pool
utils
docs
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
constants.hpp
Go to the documentation of this file.
1
6
#ifndef KAGOME_CONSENSUS_CONSTANTS_
7
#define KAGOME_CONSENSUS_CONSTANTS_
8
9
namespace
kagome::consensus
{
10
11
constexpr
size_t
kMaxValidatorsNumber
= 2048;
12
13
}
14
15
#endif // KAGOME_CONSENSUS_CONSTANTS_
kagome::consensus::kMaxValidatorsNumber
constexpr size_t kMaxValidatorsNumber
Definition:
constants.hpp:11
kagome::consensus
Definition:
digest_tracker_impl.hpp:16
core
consensus
constants.hpp
Generated by
1.8.11