ledger-core
Configuration.hpp
1 // AUTOGENERATED FILE - DO NOT MODIFY!
2 // This file generated by Djinni from configuration.djinni
3 
4 #ifndef DJINNI_GENERATED_CONFIGURATION_HPP
5 #define DJINNI_GENERATED_CONFIGURATION_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 Configuration {
20 public:
21  virtual ~Configuration() {}
22 
24  static std::string const KEYCHAIN_ENGINE;
25 
27  static std::string const KEYCHAIN_DERIVATION_SCHEME;
28 
30  static std::string const KEYCHAIN_OBSERVABLE_RANGE;
31 
33  static std::string const BLOCKCHAIN_EXPLORER_ENGINE;
34 
36  static std::string const BLOCKCHAIN_EXPLORER_API_ENDPOINT;
37 
39  static std::string const BLOCKCHAIN_EXPLORER_VERSION;
40 
42  static std::string const BLOCKCHAIN_EXPLORER_PORT;
43 
45  static std::string const BLOCKCHAIN_OBSERVER_ENGINE;
46 
48  static std::string const BLOCKCHAIN_OBSERVER_WS_ENDPOINT;
49 
51  static std::string const SYNCHRONIZATION_ENGINE;
52 
54  static std::string const SYNCHRONIZATION_HALF_BATCH_SIZE;
55 
57  static std::string const TRUST_LIMIT;
58 
60  static std::string const TTL_CACHE;
61 };
62 
63 } } } // namespace ledger::core::api
64 #endif //DJINNI_GENERATED_CONFIGURATION_HPP
static std::string const BLOCKCHAIN_OBSERVER_ENGINE
Definition: Configuration.hpp:45
static std::string const KEYCHAIN_OBSERVABLE_RANGE
Definition: Configuration.hpp:30
Definition: Configuration.hpp:19
static std::string const KEYCHAIN_DERIVATION_SCHEME
Definition: Configuration.hpp:27
static std::string const TRUST_LIMIT
Definition: Configuration.hpp:57
static std::string const BLOCKCHAIN_EXPLORER_API_ENDPOINT
Definition: Configuration.hpp:36
static std::string const BLOCKCHAIN_EXPLORER_PORT
Definition: Configuration.hpp:42
static std::string const SYNCHRONIZATION_ENGINE
Definition: Configuration.hpp:51
static std::string const TTL_CACHE
Definition: Configuration.hpp:60
static std::string const BLOCKCHAIN_EXPLORER_ENGINE
Definition: Configuration.hpp:33
static std::string const BLOCKCHAIN_EXPLORER_VERSION
Definition: Configuration.hpp:39
Definition: Account.cpp:8
static std::string const BLOCKCHAIN_OBSERVER_WS_ENDPOINT
Definition: Configuration.hpp:48
static std::string const KEYCHAIN_ENGINE
Definition: Configuration.hpp:24
static std::string const SYNCHRONIZATION_HALF_BATCH_SIZE
Definition: Configuration.hpp:54