Kagome
Polkadot Runtime Engine in C++17
|
#include <memory>
#include <boost/variant.hpp>
#include <optional>
Go to the source code of this file.
Classes | |
struct | kagome::primitives::Session |
Session primitive. More... | |
Namespaces | |
kagome::primitives | |
Typedefs | |
using | kagome::primitives::SubscriptionId = uint64_t |
SubscriptionId primitive. More... | |
using | kagome::primitives::Metadata = std::optional< std::shared_ptr< Session >> |
Metadata primitive. More... | |
using | kagome::primitives::ExtrinsicKey = std::vector< uint8_t > |
ExtrinsicKey is used as a key to search extrinsic. More... | |
struct kagome::primitives::Session |
Session primitive.
Definition at line 27 of file author_api_primitives.hpp.
Class Members | ||
---|---|---|
uint32_t | id |