ledger-core
ConfigurationDefaults.hpp
1 // AUTOGENERATED FILE - DO NOT MODIFY!
2 // This file generated by Djinni from configuration.djinni
3 
4 #ifndef DJINNI_GENERATED_CONFIGURATIONDEFAULTS_HPP
5 #define DJINNI_GENERATED_CONFIGURATIONDEFAULTS_HPP
6 
7 #include <cstdint>
8 #include <string>
9 #ifndef LIBCORE_EXPORT
10  #if defined(_MSC_VER)
11  #include <libcore_export.h>
12  #else
13  #define LIBCORE_EXPORT
14  #endif
15 #endif
16 
17 namespace ledger { namespace core { namespace api {
18 
20 class LIBCORE_EXPORT ConfigurationDefaults {
21 public:
22  virtual ~ConfigurationDefaults() {}
23 
25  static std::string const BLOCKCHAIN_DEFAULT_API_ENDPOINT;
26 
28  static std::string const BLOCKCHAIN_OBSERVER_WS_ENDPOINT;
29 
31  static std::string const BIP44_DERIVATION_SCHEME;
32 
34  static std::string const DEFAULT_KEYCHAIN;
35 
37  static int32_t const DEFAULT_TRUST_LIMIT;
38 
40  static int32_t const KEYCHAIN_DEFAULT_OBSERVABLE_RANGE;
41 
43  static int32_t const DEFAULT_TTL_CACHE;
44 };
45 
46 } } } // namespace ledger::core::api
47 #endif //DJINNI_GENERATED_CONFIGURATIONDEFAULTS_HPP
static int32_t const DEFAULT_TRUST_LIMIT
Definition: ConfigurationDefaults.hpp:37
Definition: ConfigurationDefaults.hpp:20
static std::string const BLOCKCHAIN_OBSERVER_WS_ENDPOINT
Definition: ConfigurationDefaults.hpp:28
static int32_t const DEFAULT_TTL_CACHE
Definition: ConfigurationDefaults.hpp:43
static int32_t const KEYCHAIN_DEFAULT_OBSERVABLE_RANGE
Definition: ConfigurationDefaults.hpp:40
Definition: Account.cpp:8
static std::string const BLOCKCHAIN_DEFAULT_API_ENDPOINT
Definition: ConfigurationDefaults.hpp:25
static std::string const BIP44_DERIVATION_SCHEME
Definition: ConfigurationDefaults.hpp:31
static std::string const DEFAULT_KEYCHAIN
Definition: ConfigurationDefaults.hpp:34