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
containers
crypto
filesystem
host_api
injector
log
macro
metrics
network
adapters
helpers
impl
messages
protocols
types
block_announce.hpp
block_attributes.hpp
block_direction.hpp
blocks_request.hpp
blocks_response.hpp
bootstrap_nodes.hpp
collator_messages.hpp
grandpa_message.hpp
no_data_message.hpp
own_peer_info.hpp
propagate_transactions.hpp
roles.hpp
state_request.hpp
state_response.hpp
status.hpp
block_announce_observer.hpp
block_announce_transmitter.hpp
collation_observer.hpp
common.hpp
extrinsic_observer.hpp
grandpa_transmitter.hpp
peer_manager.hpp
peering_config.hpp
protocol_base.hpp
reputation_change.hpp
reputation_repository.hpp
req_collation_observer.hpp
router.hpp
rpc.hpp
state_protocol_observer.hpp
sync_protocol_observer.hpp
synchronizer.hpp
transactions_transmitter.hpp
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
block_announce.hpp
Go to the documentation of this file.
1
6
#ifndef KAGOME_BLOCK_ANNOUNCE_HPP
7
#define KAGOME_BLOCK_ANNOUNCE_HPP
8
9
#include "
primitives/block_header.hpp
"
10
#include "
scale/tie.hpp
"
11
12
namespace
kagome::network
{
16
struct
BlockAnnounce
{
17
SCALE_TIE
(1);
18
19
primitives::BlockHeader
header
;
20
};
21
}
// namespace kagome::network
22
23
#endif // KAGOME_BLOCK_ANNOUNCE_HPP
block_header.hpp
kagome::network::BlockAnnounce::header
primitives::BlockHeader header
Definition:
block_announce.hpp:19
kagome::network
Definition:
author_api_impl.hpp:37
kagome::network::BlockAnnounce::SCALE_TIE
SCALE_TIE(1)
tie.hpp
kagome::primitives::BlockHeader
Definition:
block_header.hpp:25
kagome::network::BlockAnnounce
Definition:
block_announce.hpp:16
core
network
types
block_announce.hpp
Generated by
1.8.11