Kagome
Polkadot Runtime Engine in C++17
kagome::primitives::AuthorityListChange Struct Reference

#include <scheduled_change.hpp>

Inheritance diagram for kagome::primitives::AuthorityListChange:
Collaboration diagram for kagome::primitives::AuthorityListChange:

Public Member Functions

 SCALE_TIE (2)
 
 AuthorityListChange ()=default
 
 AuthorityListChange (AuthorityList authorities, uint32_t delay)
 
virtual ~AuthorityListChange ()=default
 

Public Attributes

AuthorityList authorities {}
 
uint32_t subchain_length = 0
 

Detailed Description

Definition at line 25 of file scheduled_change.hpp.

Constructor & Destructor Documentation

kagome::primitives::AuthorityListChange::AuthorityListChange ( )
default
kagome::primitives::AuthorityListChange::AuthorityListChange ( AuthorityList  authorities,
uint32_t  delay 
)
inline

Definition at line 31 of file scheduled_change.hpp.

virtual kagome::primitives::AuthorityListChange::~AuthorityListChange ( )
virtualdefault

Member Function Documentation

kagome::primitives::AuthorityListChange::SCALE_TIE ( )

Member Data Documentation

AuthorityList kagome::primitives::AuthorityListChange::authorities {}

Definition at line 27 of file scheduled_change.hpp.

uint32_t kagome::primitives::AuthorityListChange::subchain_length = 0

Definition at line 28 of file scheduled_change.hpp.


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