ledger-core
|
Public Member Functions | |
CurrenciesManager (const std::shared_ptr< WalletPool > &pool) | |
Future< std::vector< api::Currency > > | getAllBitcoinLikeCurrencies () |
![]() | |
DedicatedContext (const std::shared_ptr< api::ExecutionContext > &context) | |
template<typename T > | |
Future< T > | async (std::function< T()> f) |
template<typename T > | |
Future< T > | async (std::function< T()> f) const |
Future< Unit > | run (std::function< void()> f) |
std::shared_ptr< api::ExecutionContext > | getContext () const |
Additional Inherited Members | |
![]() | |
std::shared_ptr< api::ExecutionContext > | _executionContext |