ledger-core
EthereumPublicKeyProvider.hpp
1 // AUTOGENERATED FILE - DO NOT MODIFY!
2 // This file generated by Djinni from ethereum_public_key_provider.djinni
3 
4 #ifndef DJINNI_GENERATED_ETHEREUMPUBLICKEYPROVIDER_HPP
5 #define DJINNI_GENERATED_ETHEREUMPUBLICKEYPROVIDER_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 
17 public:
18  virtual ~EthereumPublicKeyProvider() {}
19 };
20 
21 } } } // namespace ledger::core::api
22 #endif //DJINNI_GENERATED_ETHEREUMPUBLICKEYPROVIDER_HPP
Definition: EthereumPublicKeyProvider.hpp:16
Definition: Account.cpp:8