Kagome
Polkadot Runtime Engine in C++17
|
#include <req_collation_observer.hpp>
Public Member Functions | |
virtual | ~ReqCollationObserver ()=default |
virtual outcome::result< CollationFetchingResponse > | OnCollationRequest (CollationFetchingRequest request)=0 |
Reacts to messages, related to collation protocol
Definition at line 19 of file req_collation_observer.hpp.
|
virtualdefault |
|
pure virtual |
Since we are not collator node. Received request should make call to subsystem to decrease rank of the requested node.
Implemented in kagome::observers::ReqCollationObserverImpl, and kagome::parachain::ParachainObserverImpl.