ledger-core
RippleConfigurationDefaults.hpp
1 // AUTOGENERATED FILE - DO NOT MODIFY!
2 // This file generated by Djinni from ripple_like_wallet.djinni
3 
4 #ifndef DJINNI_GENERATED_RIPPLECONFIGURATIONDEFAULTS_HPP
5 #define DJINNI_GENERATED_RIPPLECONFIGURATIONDEFAULTS_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 
19 class LIBCORE_EXPORT RippleConfigurationDefaults {
20 public:
21  virtual ~RippleConfigurationDefaults() {}
22 
23  static std::string const RIPPLE_DEFAULT_API_ENDPOINT;
24 
25  static std::string const RIPPLE_OBSERVER_NODE_ENDPOINT_S2;
26 
27  static std::string const RIPPLE_OBSERVER_NODE_ENDPOINT_S3;
28 
29  static std::string const RIPPLE_OBSERVER_WS_ENDPOINT_S2;
30 
31  static std::string const RIPPLE_OBSERVER_WS_ENDPOINT_S3;
32 
33  static std::string const RIPPLE_DEFAULT_PORT;
34 
35  static int32_t const RIPPLE_DEFAULT_LAST_LEDGER_SEQUENCE_OFFSET;
36 };
37 
38 } } } // namespace ledger::core::api
39 #endif //DJINNI_GENERATED_RIPPLECONFIGURATIONDEFAULTS_HPP
Definition: RippleConfigurationDefaults.hpp:19
Definition: Account.cpp:8