4 #ifndef DJINNI_GENERATED_TEZOSCURVE_HPP 5 #define DJINNI_GENERATED_TEZOSCURVE_HPP 10 #ifndef LIBCORE_EXPORT 12 #include <libcore_export.h> 14 #define LIBCORE_EXPORT 18 namespace ledger {
namespace core {
namespace api {
20 enum class TezosCurve : int {
25 LIBCORE_EXPORT std::string to_string(
const TezosCurve& tezosCurve);
26 LIBCORE_EXPORT std::ostream &operator<<(std::ostream &os,
const TezosCurve &o);
33 struct hash<::ledger::core::api::TezosCurve> {
34 size_t operator()(::ledger::core::api::TezosCurve type)
const {
35 return std::hash<int>()(static_cast<int>(type));
40 #endif //DJINNI_GENERATED_TEZOSCURVE_HPP Definition: BitcoinLikeFeePolicy.hpp:29
Definition: Account.cpp:8