Kagome
Polkadot Runtime Engine in C++17
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
Kagome
Consensus
core
Development guide
Guide for `outcome::result<T>`
Rules
Terms
Tooling
Overview
Your first Kagome chain
Runing Kagome in docker container
Start private Kagome network
Namespaces
Classes
Files
File List
core
api
application
assets
authority_discovery
authorship
blockchain
clock
common
consensus
authority
babe
impl
types
babe_block_header.hpp
epoch_descriptor.hpp
epoch_digest.hpp
seal.hpp
slot.hpp
babe.hpp
babe_config_repository.hpp
babe_digest_observer.hpp
babe_error.cpp
babe_error.hpp
babe_lottery.hpp
babe_util.hpp
block_appender.hpp
block_executor.hpp
common.hpp
consistency_keeper.hpp
grandpa
validation
constants.hpp
containers
crypto
filesystem
host_api
injector
log
macro
metrics
network
offchain
outcome
parachain
primitives
runtime
scale
storage
subscription
telemetry
transaction_pool
utils
docs
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
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