3#include <xrpl/basics/base_uint.h>
4#include <xrpl/shamap/SHAMapTreeNode.h>
25 return "Transaction Tree";
SHAMapMissingNode(SHAMapType t, uint256 const &id)
SHAMapMissingNode(SHAMapType t, SHAMapHash const &hash)
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
std::string to_string(base_uint< Bits, Tag > const &a)
constexpr std::enable_if_t< std::is_integral_v< Dest > &&std::is_integral_v< Src >, Dest > safe_cast(Src s) noexcept