ledger-core
Public Member Functions | List of all members
ledger::core::api::WalletPoolCallback Class Referenceabstract

#include <WalletPoolCallback.hpp>

Public Member Functions

virtual void onCallback (const std::shared_ptr< WalletPool > &result, const std::experimental::optional< Error > &error)=0
 

Detailed Description

Callback triggered by main completed task, returning optional result of template type T.

Member Function Documentation

◆ onCallback()

virtual void ledger::core::api::WalletPoolCallback::onCallback ( const std::shared_ptr< WalletPool > &  result,
const std::experimental::optional< Error > &  error 
)
pure virtual

Method triggered when main task complete. result optional of type T, non null if main task failed error optional of type Error, non null if main task succeeded


The documentation for this class was generated from the following file: