Kagome
Polkadot Runtime Engine in C++17
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
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
19
common::Buffer
data
;
20
};
21
}
// namespace kagome::primitives
22
23
#endif // KAGOME_JUSTIFICATION_HPP
kagome::common::SLBuffer
Class represents arbitrary (including empty) byte buffer.
Definition:
buffer.hpp:29
kagome::primitives
Definition:
author_api.hpp:19
kagome::primitives::Justification::data
common::Buffer data
Definition:
justification.hpp:19
kagome::primitives::Justification::SCALE_TIE
SCALE_TIE(1)
buffer.hpp
tie.hpp
kagome::primitives::Justification
Definition:
justification.hpp:16
core
primitives
justification.hpp
Generated by
1.8.11