ledger-core
AccountCreationInfoCallback.hpp
1 // AUTOGENERATED FILE - DO NOT MODIFY!
2 // This file generated by Djinni from callback.djinni
3 
4 #ifndef DJINNI_GENERATED_ACCOUNTCREATIONINFOCALLBACK_HPP
5 #define DJINNI_GENERATED_ACCOUNTCREATIONINFOCALLBACK_HPP
6 
7 #include "../utils/optional.hpp"
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 struct AccountCreationInfo;
19 struct Error;
20 
23 public:
24  virtual ~AccountCreationInfoCallback() {}
25 
32 };
33 
34 } } } // namespace ledger::core::api
35 #endif //DJINNI_GENERATED_ACCOUNTCREATIONINFOCALLBACK_HPP
virtual void onCallback(const std::experimental::optional< AccountCreationInfo > &result, const std::experimental::optional< Error > &error)=0
Definition: Account.cpp:8
Definition: AccountCreationInfoCallback.hpp:22
Definition: optional.hpp:177