Kagome
Polkadot Runtime Engine in C++17
justification.hpp
Go to the documentation of this file.
1 
6 #ifndef KAGOME_JUSTIFICATION_HPP
7 #define KAGOME_JUSTIFICATION_HPP
8 
9 #include "common/buffer.hpp"
10 #include "scale/tie.hpp"
11 
12 namespace kagome::primitives {
16  struct Justification {
17  SCALE_TIE(1);
18 
20  };
21 } // namespace kagome::primitives
22 
23 #endif // KAGOME_JUSTIFICATION_HPP
Class represents arbitrary (including empty) byte buffer.
Definition: buffer.hpp:29