Kagome
Polkadot Runtime Engine in C++17
kagome::parachain Namespace Reference

Classes

class  AvailabilityStore
 Stores ErasureChunk, PoV and PersistedValidationData. More...
 
class  AvailabilityStoreImpl
 
class  BitfieldSigner
 Signs, stores and broadcasts bitfield for every new head. More...
 
class  BitfieldStore
 Stores bitfields signed by validators. More...
 
class  BitfieldStoreImpl
 
struct  ParachainObserverImpl
 
struct  ParachainProcessorImpl
 
class  SigningContext
 A type returned by runtime with current session index and a parent hash. More...
 
class  ValidatorSigner
 Signs payload with signing context and validator keypair. More...
 
class  ValidatorSignerFactory
 Creates validator signer. More...
 

Variables

constexpr std::chrono::milliseconds kDelay {1500}
 

Detailed Description

Copyright Soramitsu Co., Ltd. All Rights Reserved. SPDX-License-Identifier: Apache-2.0

Variable Documentation

constexpr std::chrono::milliseconds kagome::parachain::kDelay {1500}

Definition at line 12 of file signer.cpp.