6#include <absl/hash/hash.h>
7#include <spdlog/spdlog.h>
9#include "transformation.pb.h"
25 return H::combine(std::move(
h),
t.name(),
t.sol_src());
std::optional< json > parseToJson(TransformationDef transform_def, use_json_t)
Parses a TransformationDef object to a JSON object.
Definition feature.cpp:93
std::optional< T > parseFromJson(json json, use_json_t)
Parses a JSON object to a Transformation object.
Definition decentralised_art.hpp:30
std::string constructTransformationSolidityCode(const Transformation &transformation)
Definition transformation.cpp:5
H AbslHashValue(H h, const evmc::address &addr)
Definition evm_storage.hpp:137
nlohmann::json json
Definition parser.hpp:4