Kagome
Polkadot Runtime Engine in C++17
kagome::parachain::ParachainProcessorImpl::FetchedCollationState Struct Reference
Collaboration diagram for kagome::parachain::ParachainProcessorImpl::FetchedCollationState:

Public Member Functions

 FetchedCollationState (network::CollationFetchingResponse &&fc, CollationState cs, PoVDataState ps)
 

Public Attributes

network::CollationFetchingResponse fetched_collation
 
CollationState collation_state
 
PoVDataState pov_state
 

Detailed Description

Definition at line 86 of file parachain_processor.hpp.

Constructor & Destructor Documentation

kagome::parachain::ParachainProcessorImpl::FetchedCollationState::FetchedCollationState ( network::CollationFetchingResponse &&  fc,
CollationState  cs,
PoVDataState  ps 
)
inline

Definition at line 91 of file parachain_processor.hpp.

Member Data Documentation

CollationState kagome::parachain::ParachainProcessorImpl::FetchedCollationState::collation_state

Definition at line 88 of file parachain_processor.hpp.

network::CollationFetchingResponse kagome::parachain::ParachainProcessorImpl::FetchedCollationState::fetched_collation

Definition at line 87 of file parachain_processor.hpp.

PoVDataState kagome::parachain::ParachainProcessorImpl::FetchedCollationState::pov_state

Definition at line 89 of file parachain_processor.hpp.


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