ledger-core
BitcoinLikeWalletConfiguration.hpp
1 // AUTOGENERATED FILE - DO NOT MODIFY!
2 // This file generated by Djinni from bitcoin_like_wallet.djinni
3 
4 #ifndef DJINNI_GENERATED_BITCOINLIKEWALLETCONFIGURATION_HPP
5 #define DJINNI_GENERATED_BITCOINLIKEWALLETCONFIGURATION_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 BitcoinLikeWalletConfiguration {
20 public:
21  virtual ~BitcoinLikeWalletConfiguration() {}
22 
24  static std::string const KEYCHAIN;
25 
27  static std::string const OBSERVER;
28 
30  static std::string const EXPLORER;
31 
33  static std::string const SYNCHRONIZER;
34 
36  static std::string const KEYCHAIN_P2PKH_BIP44;
37 
39  static std::string const OBSERVER_LEDGER_WEBSOCKET;
40 
42  static std::string const EXPLORER_LEDGER_API;
43 
45  static std::string const SYNCHRONIZER_DEFAULT;
46 };
47 
48 } } } // namespace ledger::core::api
49 #endif //DJINNI_GENERATED_BITCOINLIKEWALLETCONFIGURATION_HPP
static std::string const OBSERVER
Definition: BitcoinLikeWalletConfiguration.hpp:27
static std::string const OBSERVER_LEDGER_WEBSOCKET
Definition: BitcoinLikeWalletConfiguration.hpp:39
static std::string const KEYCHAIN
Definition: BitcoinLikeWalletConfiguration.hpp:24
static std::string const EXPLORER
Definition: BitcoinLikeWalletConfiguration.hpp:30
static std::string const EXPLORER_LEDGER_API
Definition: BitcoinLikeWalletConfiguration.hpp:42
static std::string const SYNCHRONIZER_DEFAULT
Definition: BitcoinLikeWalletConfiguration.hpp:45
Definition: Account.cpp:8
Definition: BitcoinLikeWalletConfiguration.hpp:19
static std::string const SYNCHRONIZER
Definition: BitcoinLikeWalletConfiguration.hpp:33
static std::string const KEYCHAIN_P2PKH_BIP44
Definition: BitcoinLikeWalletConfiguration.hpp:36