Kagome
Polkadot Runtime Engine in C++17
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
seal.hpp
Go to the documentation of this file.
1
6
#ifndef KAGOME_SEAL_HPP
7
#define KAGOME_SEAL_HPP
8
9
#include "
crypto/sr25519_types.hpp
"
10
#include "
scale/tie.hpp
"
11
12
namespace
kagome::consensus
{
16
struct
Seal
{
17
SCALE_TIE
(1);
18
20
crypto::Sr25519Signature
signature
;
21
};
22
}
// namespace kagome::consensus
23
24
#endif // KAGOME_SEAL_HPP
kagome::consensus::Seal::SCALE_TIE
SCALE_TIE(1)
kagome::consensus::Seal
Definition:
seal.hpp:16
kagome::consensus::Seal::signature
crypto::Sr25519Signature signature
Sig_sr25519(Blake2s(block_header))
Definition:
seal.hpp:20
kagome::consensus
Definition:
digest_tracker_impl.hpp:16
sr25519_types.hpp
tie.hpp
core
consensus
babe
types
seal.hpp
Generated by
1.8.11