TARAXA
trie_common.hpp
Go to the documentation of this file.
1 #pragma once
2 
3 #include "common/types.hpp"
4 
5 namespace taraxa::final_chain {
6 
7 h256 hash256(dev::BytesMap const& _s);
8 
9 } // namespace taraxa::final_chain
std::map< bytes, bytes > BytesMap
Definition: Common.h:116
FixedHash< 32 > h256
Definition: FixedHash.h:453
Definition: dag_block_proposer.hpp:21
h256 hash256(dev::BytesMap const &_s)
Definition: trie_common.cpp:105