Kagome
Polkadot Runtime Engine in C++17
|
Public Member Functions | |
FetchedCollationState (network::CollationFetchingResponse &&fc, CollationState cs, PoVDataState ps) | |
Public Attributes | |
network::CollationFetchingResponse | fetched_collation |
CollationState | collation_state |
PoVDataState | pov_state |
Definition at line 86 of file parachain_processor.hpp.
|
inline |
Definition at line 91 of file parachain_processor.hpp.
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.