|
Kagome
Polkadot Runtime Engine in C++17
|
#include <authority.hpp>
Public Member Functions | |
| SCALE_TIE (2) | |
| AuthoritySet ()=default | |
| AuthoritySet (AuthoritySetId id, AuthorityList authorities) | |
| auto | begin () |
| auto | end () |
| auto | begin () const |
| auto | end () const |
Public Attributes | |
| AuthoritySetId | id {} |
| AuthorityList | authorities |
Definition at line 57 of file authority.hpp.
|
default |
|
inline |
Definition at line 62 of file authority.hpp.
|
inline |
Definition at line 68 of file authority.hpp.
|
inline |
Definition at line 76 of file authority.hpp.
|
inline |
Definition at line 72 of file authority.hpp.
|
inline |
Definition at line 80 of file authority.hpp.
| kagome::primitives::AuthoritySet::SCALE_TIE | ( | 2 | ) |
| AuthorityList kagome::primitives::AuthoritySet::authorities |
Definition at line 66 of file authority.hpp.
| AuthoritySetId kagome::primitives::AuthoritySet::id {} |
Definition at line 65 of file authority.hpp.