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

#include <collator_messages.hpp>

Collaboration diagram for kagome::network::CollationFetchingRequest:

Public Member Functions

 SCALE_TIE (2)
 

Public Attributes

primitives::BlockHash relay_parent
 
ParachainId para_id
 Hash of the relay chain block. More...
 

Detailed Description

Sent by clients who want to retrieve the advertised collation at the specified relay chain block.

Definition at line 148 of file collator_messages.hpp.

Member Function Documentation

kagome::network::CollationFetchingRequest::SCALE_TIE ( )

Member Data Documentation

ParachainId kagome::network::CollationFetchingRequest::para_id

Hash of the relay chain block.

Definition at line 152 of file collator_messages.hpp.

primitives::BlockHash kagome::network::CollationFetchingRequest::relay_parent

Definition at line 151 of file collator_messages.hpp.


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