Kagome
Polkadot Runtime Engine in C++17
|
#include <collator_messages.hpp>
Public Member Functions | |
SCALE_TIE (3) | |
Public Attributes | |
CollatorPublicKey | collator_id |
ParachainId | para_id |
Public key of the collator. More... | |
Signature | signature |
Parachain Id. More... | |
Collator -> Validator message. Declaration of the intent to advertise a collation.
Definition at line 70 of file collator_messages.hpp.
kagome::network::CollatorDeclaration::SCALE_TIE | ( | 3 | ) |
CollatorPublicKey kagome::network::CollatorDeclaration::collator_id |
Definition at line 73 of file collator_messages.hpp.
ParachainId kagome::network::CollatorDeclaration::para_id |
Public key of the collator.
Definition at line 74 of file collator_messages.hpp.
Signature kagome::network::CollatorDeclaration::signature |
Parachain Id.
Definition at line 75 of file collator_messages.hpp.