Kagome
Polkadot Runtime Engine in C++17
block_id.hpp File Reference
#include <boost/variant.hpp>
#include "common/blob.hpp"
#include "primitives/common.hpp"
Include dependency graph for block_id.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 kagome::primitives
 

Typedefs

using kagome::primitives::BlockHash = common::Hash256
 
using kagome::primitives::BlockId = boost::variant< BlockHash, BlockNumber >
 Block id is the variant over BlockHash and BlockNumber. More...