ledger-core
TezosConfiguration.hpp
1 // AUTOGENERATED FILE - DO NOT MODIFY!
2 // This file generated by Djinni from tezos_like_wallet.djinni
3 
4 #ifndef DJINNI_GENERATED_TEZOSCONFIGURATION_HPP
5 #define DJINNI_GENERATED_TEZOSCONFIGURATION_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 
18 class LIBCORE_EXPORT TezosConfiguration {
19 public:
20  virtual ~TezosConfiguration() {}
21 
22  static std::string const TEZOS_XPUB_CURVE;
23 
24  static std::string const TEZOS_PROTOCOL_UPDATE;
25 
26  static std::string const TEZOS_NODE;
27 };
28 
29 } } } // namespace ledger::core::api
30 #endif //DJINNI_GENERATED_TEZOSCONFIGURATION_HPP
Definition: TezosConfiguration.hpp:18
Definition: Account.cpp:8