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

#include <collator_messages.hpp>

Collaboration diagram for kagome::network::CandidateDescriptor:

Public Member Functions

 SCALE_TIE (9)
 

Public Attributes

ParachainId para_id
 
primitives::BlockHash relay_parent
 Parachain Id. More...
 
CollatorPublicKey collator_id
 executed in the context of More...
 
primitives::BlockHash persisted_data_hash
 Collators public key. More...
 
primitives::BlockHash pov_hash
 Hash of the persisted validation data. More...
 
storage::trie::RootHash erasure_encoding_root
 Hash of the PoV block. More...
 
Signature signature
 tree. More...
 
primitives::BlockHash para_head_hash
 Collator signature of the concatenated components. More...
 
primitives::BlockHash para_runtime_hash
 Hash of the parachain head data of this candidate. More...
 

Detailed Description

Unique descriptor of a candidate receipt.

Definition at line 104 of file collator_messages.hpp.

Member Function Documentation

kagome::network::CandidateDescriptor::SCALE_TIE ( )

Member Data Documentation

CollatorPublicKey kagome::network::CandidateDescriptor::collator_id

executed in the context of

Hash of the relay chain block the candidate is

Definition at line 111 of file collator_messages.hpp.

storage::trie::RootHash kagome::network::CandidateDescriptor::erasure_encoding_root

Hash of the PoV block.

Definition at line 116 of file collator_messages.hpp.

primitives::BlockHash kagome::network::CandidateDescriptor::para_head_hash

Collator signature of the concatenated components.

Definition at line 120 of file collator_messages.hpp.

ParachainId kagome::network::CandidateDescriptor::para_id

Definition at line 107 of file collator_messages.hpp.

primitives::BlockHash kagome::network::CandidateDescriptor::para_runtime_hash

Hash of the parachain head data of this candidate.

Definition at line 121 of file collator_messages.hpp.

primitives::BlockHash kagome::network::CandidateDescriptor::persisted_data_hash

Collators public key.

Definition at line 113 of file collator_messages.hpp.

primitives::BlockHash kagome::network::CandidateDescriptor::pov_hash

Hash of the persisted validation data.

Definition at line 114 of file collator_messages.hpp.

primitives::BlockHash kagome::network::CandidateDescriptor::relay_parent

Parachain Id.

Definition at line 109 of file collator_messages.hpp.

Signature kagome::network::CandidateDescriptor::signature

tree.

Root of the block’s erasure encoding Merkle

Definition at line 118 of file collator_messages.hpp.


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