Kagome
Polkadot Runtime Engine in C++17
seal.hpp
Go to the documentation of this file.
1 
6 #ifndef KAGOME_SEAL_HPP
7 #define KAGOME_SEAL_HPP
8 
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
crypto::Sr25519Signature signature
Sig_sr25519(Blake2s(block_header))
Definition: seal.hpp:20