ledger-core
BlockchainExplorerEngines.hpp
1 // AUTOGENERATED FILE - DO NOT MODIFY!
2 // This file generated by Djinni from configuration.djinni
3 
4 #ifndef DJINNI_GENERATED_BLOCKCHAINEXPLORERENGINES_HPP
5 #define DJINNI_GENERATED_BLOCKCHAINEXPLORERENGINES_HPP
6 
7 #include <string>
8 #ifndef LIBCORE_EXPORT
9  #if defined(_MSC_VER)
10  #include <libcore_export.h>
11  #else
12  #define LIBCORE_EXPORT
13  #endif
14 #endif
15 
16 namespace ledger { namespace core { namespace api {
17 
19 class LIBCORE_EXPORT BlockchainExplorerEngines {
20 public:
21  virtual ~BlockchainExplorerEngines() {}
22 
23  static std::string const LEDGER_API;
24 
25  static std::string const RIPPLE_API;
26 
27  static std::string const RIPPLE_NODE;
28 
29  static std::string const TEZOS_NODE;
30 
31  static std::string const TZSTATS_API;
32 };
33 
34 } } } // namespace ledger::core::api
35 #endif //DJINNI_GENERATED_BLOCKCHAINEXPLORERENGINES_HPP
Definition: BlockchainExplorerEngines.hpp:19
Definition: Account.cpp:8