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

#include <collator_messages.hpp>

Collaboration diagram for kagome::network::CandidateReceipt:

Public Member Functions

 SCALE_TIE (2)
 

Public Attributes

CandidateDescriptor descriptor
 
primitives::BlockHash commitments_hash
 Candidate descriptor. More...
 

Detailed Description

Contains information about the candidate and a proof of the results of its execution.

Definition at line 128 of file collator_messages.hpp.

Member Function Documentation

kagome::network::CandidateReceipt::SCALE_TIE ( )

Member Data Documentation

primitives::BlockHash kagome::network::CandidateReceipt::commitments_hash

Candidate descriptor.

Definition at line 132 of file collator_messages.hpp.

CandidateDescriptor kagome::network::CandidateReceipt::descriptor

Definition at line 131 of file collator_messages.hpp.


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