|
Kagome
Polkadot Runtime Engine in C++17
|
#include <scheduled_change.hpp>
Public Member Functions | |
| ForcedChange ()=default | |
| ForcedChange (AuthorityList authorities, uint32_t delay, BlockNumber delay_start) | |
Public Member Functions inherited from kagome::primitives::AuthorityListChange | |
| SCALE_TIE (2) | |
| AuthorityListChange ()=default | |
| AuthorityListChange (AuthorityList authorities, uint32_t delay) | |
| virtual | ~AuthorityListChange ()=default |
Public Attributes | |
| BlockNumber | delay_start |
Public Attributes inherited from kagome::primitives::AuthorityListChange | |
| AuthorityList | authorities {} |
| uint32_t | subchain_length = 0 |
Friends | |
| scale::ScaleDecoderStream & | operator>> (scale::ScaleDecoderStream &s, ForcedChange &change) |
| scale::ScaleEncoderStream & | operator<< (scale::ScaleEncoderStream &s, const ForcedChange &change) |
Definition at line 51 of file scheduled_change.hpp.
|
default |
|
inline |
Definition at line 54 of file scheduled_change.hpp.
|
friend |
Definition at line 67 of file scheduled_change.hpp.
|
friend |
Definition at line 61 of file scheduled_change.hpp.
| BlockNumber kagome::primitives::ForcedChange::delay_start |
Definition at line 59 of file scheduled_change.hpp.