Kagome
Polkadot Runtime Engine in C++17
|
#include <optional>
#include "crypto/crypto_store/session_keys.hpp"
#include "crypto/sr25519_provider.hpp"
#include "network/types/collator_messages.hpp"
#include "runtime/runtime_api/parachain_host.hpp"
Go to the source code of this file.
Classes | |
class | kagome::parachain::SigningContext |
A type returned by runtime with current session index and a parent hash. More... | |
class | kagome::parachain::ValidatorSigner |
Signs payload with signing context and validator keypair. More... | |
class | kagome::parachain::ValidatorSignerFactory |
Creates validator signer. More... | |
Namespaces | |
kagome::parachain | |