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

#include <collator_messages.hpp>

Collaboration diagram for kagome::network::CollatorDeclaration:

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...
 

Detailed Description

Collator -> Validator message. Declaration of the intent to advertise a collation.

Definition at line 70 of file collator_messages.hpp.

Member Function Documentation

kagome::network::CollatorDeclaration::SCALE_TIE ( )

Member Data Documentation

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.


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