ledger-core
TezosConfigurationDefaults.hpp
1 // AUTOGENERATED FILE - DO NOT MODIFY!
2 // This file generated by Djinni from tezos_like_wallet.djinni
3 
4 #ifndef DJINNI_GENERATED_TEZOSCONFIGURATIONDEFAULTS_HPP
5 #define DJINNI_GENERATED_TEZOSCONFIGURATIONDEFAULTS_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 TezosConfigurationDefaults {
19 public:
20  virtual ~TezosConfigurationDefaults() {}
21 
22  static std::string const TEZOS_DEFAULT_API_ENDPOINT;
23 
24  static std::string const TEZOS_DEFAULT_API_VERSION;
25 
26  static std::string const TZSTATS_API_ENDPOINT;
27 
28  static std::string const TEZOS_DEFAULT_NODE;
29 
30  static std::string const TEZOS_OBSERVER_NODE_ENDPOINT_S3;
31 
32  static std::string const TEZOS_OBSERVER_WS_ENDPOINT_S2;
33 
34  static std::string const TEZOS_OBSERVER_WS_ENDPOINT_S3;
35 
36  static std::string const TEZOS_XPUB_CURVE_ED25519;
37 
38  static std::string const TEZOS_XPUB_CURVE_SECP256K1;
39 
40  static std::string const TEZOS_XPUB_CURVE_P256;
41 
46  static std::string const TEZOS_DEFAULT_FEES;
47 
48  static std::string const TEZOS_DEFAULT_MAX_FEES;
49 
50  static std::string const TEZOS_DEFAULT_GAS_LIMIT;
51 
52  static std::string const TEZOS_DEFAULT_STORAGE_LIMIT;
53 
54  static std::string const TEZOS_PROTOCOL_UPDATE_BABYLON;
55 };
56 
57 } } } // namespace ledger::core::api
58 #endif //DJINNI_GENERATED_TEZOSCONFIGURATIONDEFAULTS_HPP
Definition: Account.cpp:8
static std::string const TEZOS_DEFAULT_FEES
Definition: TezosConfigurationDefaults.hpp:46
Definition: TezosConfigurationDefaults.hpp:18