ledger-core
|
#include <BigIntListCallback.hpp>
Public Member Functions | |
virtual void | onCallback (const std::experimental::optional< std::vector< std::shared_ptr< BigInt >>> &result, const std::experimental::optional< Error > &error)=0 |
Callback triggered by main completed task, returning optional result as list of template type T.
|
pure virtual |
Method triggered when main task complete. result optional of type list<T>, non null if main task failed error optional of type Error, non null if main task succeeded