ledger-core
Networks.hpp
1 // AUTOGENERATED FILE - DO NOT MODIFY!
2 // This file generated by Djinni from networks.djinni
3 
4 #ifndef DJINNI_GENERATED_NETWORKS_HPP
5 #define DJINNI_GENERATED_NETWORKS_HPP
6 #ifndef LIBCORE_EXPORT
7  #if defined(_MSC_VER)
8  #include <libcore_export.h>
9  #else
10  #define LIBCORE_EXPORT
11  #endif
12 #endif
13 
14 namespace ledger { namespace core { namespace api {
15 
16 struct BitcoinLikeNetworkParameters;
17 struct EthereumLikeNetworkParameters;
18 struct RippleLikeNetworkParameters;
19 struct TezosLikeNetworkParameters;
20 
22 class LIBCORE_EXPORT Networks {
23 public:
24  virtual ~Networks() {}
25 
27  static BitcoinLikeNetworkParameters bitcoin();
28 
30  static EthereumLikeNetworkParameters ethereum();
31 
33  static RippleLikeNetworkParameters ripple();
34 
36  static TezosLikeNetworkParameters tezos();
37 };
38 
39 } } } // namespace ledger::core::api
40 #endif //DJINNI_GENERATED_NETWORKS_HPP
Definition: RippleLikeNetworkParameters.hpp:15
Definition: Account.cpp:8
Definition: Networks.hpp:22
Definition: EthereumLikeNetworkParameters.hpp:15
Definition: TezosLikeNetworkParameters.hpp:15
Definition: BitcoinLikeNetworkParameters.hpp:17