#include <optional>
#include <unordered_set>
#include <libp2p/peer/peer_id.hpp>
#include <libp2p/peer/peer_info.hpp>
#include "network/types/block_announce.hpp"
#include "network/types/collator_messages.hpp"
#include "network/types/grandpa_message.hpp"
#include "network/types/status.hpp"
#include "outcome/outcome.hpp"
#include "primitives/common.hpp"
#include "utils/non_copyable.hpp"
Go to the source code of this file.
struct kagome::network::CollatorState |
struct kagome::network::PendingCollation |
struct kagome::network::ParachainState |
Definition at line 40 of file peer_manager.hpp.
Class Members |
unordered_map< BlockHash, bool > |
our_view |
|
struct kagome::network::PeerState |
Definition at line 44 of file peer_manager.hpp.
Class Members |
BlockInfo |
best_block |
|
optional< CollatorState > |
collator_state |
|
BlockNumber |
last_finalized |
|
Roles |
roles |
|
optional< RoundNumber > |
round_number |
|
optional< VoterSetId > |
set_id |
|
TimePoint |
time |
|