|
ledger-core
|
Inheritance diagram for ledger::core::CurrenciesManager:
Collaboration diagram for ledger::core::CurrenciesManager:Public Member Functions | |
| CurrenciesManager (const std::shared_ptr< WalletPool > &pool) | |
| Future< std::vector< api::Currency > > | getAllBitcoinLikeCurrencies () |
Public Member Functions inherited from ledger::core::DedicatedContext | |
| 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 | |
Protected Attributes inherited from ledger::core::DedicatedContext | |
| std::shared_ptr< api::ExecutionContext > | _executionContext |
1.8.13