Kagome
Polkadot Runtime Engine in C++17
kagome::network::CandidateCommitments Struct Reference

#include <collator_messages.hpp>

Collaboration diagram for kagome::network::CandidateCommitments:

Public Member Functions

 SCALE_TIE (6)
 

Public Attributes

std::vector< UpwardMessageupward_msgs
 
std::vector< OutboundHorizontaloutbound_hor_msgs
 upward messages More...
 
std::optional< ParachainRuntimeopt_para_runtime
 outbound horizontal messages More...
 
HeadData para_head
 new parachain runtime if present More...
 
uint32_t downward_msgs_count
 parachain head data More...
 
uint32_t watermark
 processed by the parachain More...
 

Detailed Description

Definition at line 171 of file collator_messages.hpp.

Member Function Documentation

kagome::network::CandidateCommitments::SCALE_TIE ( )

Member Data Documentation

uint32_t kagome::network::CandidateCommitments::downward_msgs_count

parachain head data

Definition at line 180 of file collator_messages.hpp.

std::optional<ParachainRuntime> kagome::network::CandidateCommitments::opt_para_runtime

outbound horizontal messages

Definition at line 178 of file collator_messages.hpp.

std::vector<OutboundHorizontal> kagome::network::CandidateCommitments::outbound_hor_msgs

upward messages

Definition at line 176 of file collator_messages.hpp.

HeadData kagome::network::CandidateCommitments::para_head

new parachain runtime if present

Definition at line 179 of file collator_messages.hpp.

std::vector<UpwardMessage> kagome::network::CandidateCommitments::upward_msgs

Definition at line 174 of file collator_messages.hpp.

uint32_t kagome::network::CandidateCommitments::watermark

processed by the parachain

number of downward messages that were

Definition at line 182 of file collator_messages.hpp.


The documentation for this struct was generated from the following file: