_executionContext (defined in ledger::core::DedicatedContext) | ledger::core::DedicatedContext | protected |
AbstractAccount(const std::shared_ptr< AbstractWallet > &wallet, int32_t index) (defined in ledger::core::AbstractAccount) | ledger::core::AbstractAccount | |
AddressList typedef (defined in ledger::core::AbstractAccount) | ledger::core::AbstractAccount | |
asBitcoinLikeAccount() override | ledger::core::AbstractAccount | virtual |
asEthereumLikeAccount() override | ledger::core::AbstractAccount | virtual |
asRippleLikeAccount() override | ledger::core::AbstractAccount | virtual |
asTezosLikeAccount() override | ledger::core::AbstractAccount | virtual |
async(std::function< T()> f) (defined in ledger::core::DedicatedContext) | ledger::core::DedicatedContext | inline |
async(std::function< T()> f) const (defined in ledger::core::DedicatedContext) | ledger::core::DedicatedContext | inline |
DedicatedContext(const std::shared_ptr< api::ExecutionContext > &context) (defined in ledger::core::DedicatedContext) | ledger::core::DedicatedContext | inline |
emitEventsNow() (defined in ledger::core::AbstractAccount) | ledger::core::AbstractAccount | |
emitNewBlockEvent(const Block &block) (defined in ledger::core::AbstractAccount) | ledger::core::AbstractAccount | protected |
emitNewOperationEvent(const Operation &operation) (defined in ledger::core::AbstractAccount) | ledger::core::AbstractAccount | protected |
eraseDataSince(const std::chrono::system_clock::time_point &date, const std::shared_ptr< api::ErrorCodeCallback > &callback) override (defined in ledger::core::AbstractAccount) | ledger::core::AbstractAccount | |
eraseDataSince(const std::chrono::system_clock::time_point &date)=0 (defined in ledger::core::AbstractAccount) | ledger::core::AbstractAccount | pure virtual |
ledger::core::api::Account::eraseDataSince(const std::chrono::system_clock::time_point &date, const std::shared_ptr< ErrorCodeCallback > &callback)=0 | ledger::core::api::Account | pure virtual |
EV_NEW_BLOCK_CURRENCY_NAME | ledger::core::api::Account | static |
EV_NEW_BLOCK_HASH (defined in ledger::core::api::Account) | ledger::core::api::Account | static |
EV_NEW_BLOCK_HEIGHT (defined in ledger::core::api::Account) | ledger::core::api::Account | static |
EV_NEW_OP_ACCOUNT_INDEX (defined in ledger::core::api::Account) | ledger::core::api::Account | static |
EV_NEW_OP_UID (defined in ledger::core::api::Account) | ledger::core::api::Account | static |
EV_NEW_OP_WALLET_NAME | ledger::core::api::Account | static |
EV_SYNC_DURATION_MS | ledger::core::api::Account | static |
EV_SYNC_ERROR_CODE | ledger::core::api::Account | static |
EV_SYNC_ERROR_CODE_INT (defined in ledger::core::api::Account) | ledger::core::api::Account | static |
EV_SYNC_ERROR_MESSAGE | ledger::core::api::Account | static |
getAccountUid() const (defined in ledger::core::AbstractAccount) | ledger::core::AbstractAccount | virtual |
getBalance(const std::shared_ptr< api::AmountCallback > &callback) override (defined in ledger::core::AbstractAccount) | ledger::core::AbstractAccount | |
getBalance()=0 (defined in ledger::core::AbstractAccount) | ledger::core::AbstractAccount | pure virtual |
ledger::core::api::Account::getBalance(const std::shared_ptr< AmountCallback > &callback)=0 | ledger::core::api::Account | pure virtual |
getBalanceHistory(const std::string &start, const std::string &end, api::TimePeriod precision, const std::shared_ptr< api::AmountListCallback > &callback) override (defined in ledger::core::AbstractAccount) | ledger::core::AbstractAccount | |
getBalanceHistory(const std::string &start, const std::string &end, api::TimePeriod precision)=0 (defined in ledger::core::AbstractAccount) | ledger::core::AbstractAccount | pure virtual |
ledger::core::api::Account::getBalanceHistory(const std::string &start, const std::string &end, TimePeriod period, const std::shared_ptr< AmountListCallback > &callback)=0 | ledger::core::api::Account | pure virtual |
getContext() const (defined in ledger::core::DedicatedContext) | ledger::core::DedicatedContext | inline |
getEventBus() override | ledger::core::AbstractAccount | virtual |
getExternalPreferences() const (defined in ledger::core::AbstractAccount) | ledger::core::AbstractAccount | virtual |
getFreshPublicAddresses(const std::shared_ptr< api::AddressListCallback > &callback) override (defined in ledger::core::AbstractAccount) | ledger::core::AbstractAccount | |
getFreshPublicAddresses()=0 (defined in ledger::core::AbstractAccount) | ledger::core::AbstractAccount | pure virtual |
ledger::core::api::Account::getFreshPublicAddresses(const std::shared_ptr< AddressListCallback > &callback)=0 | ledger::core::api::Account | pure virtual |
getIndex() override | ledger::core::AbstractAccount | virtual |
getInternalPreferences() const (defined in ledger::core::AbstractAccount) | ledger::core::AbstractAccount | virtual |
getLastBlock(const std::shared_ptr< api::BlockCallback > &callback) override (defined in ledger::core::AbstractAccount) | ledger::core::AbstractAccount | |
getLastBlock() (defined in ledger::core::AbstractAccount) | ledger::core::AbstractAccount | |
ledger::core::api::Account::getLastBlock(const std::shared_ptr< BlockCallback > &callback)=0 | ledger::core::api::Account | pure virtual |
getLogger() override | ledger::core::AbstractAccount | virtual |
getMainExecutionContext() const (defined in ledger::core::AbstractAccount) | ledger::core::AbstractAccount | |
getOperationExternalPreferences(const std::string &uid) (defined in ledger::core::AbstractAccount) | ledger::core::AbstractAccount | virtual |
getOperationInternalPreferences(const std::string &uid) (defined in ledger::core::AbstractAccount) | ledger::core::AbstractAccount | virtual |
getOperationPreferences(const std::string &uid) override | ledger::core::AbstractAccount | virtual |
getPreferences() override | ledger::core::AbstractAccount | virtual |
getRestoreKey()=0 | ledger::core::api::Account | pure virtual |
getWallet() const (defined in ledger::core::AbstractAccount) | ledger::core::AbstractAccount | virtual |
getWallet() (defined in ledger::core::AbstractAccount) | ledger::core::AbstractAccount | virtual |
getWalletType() override | ledger::core::AbstractAccount | virtual |
isInstanceOfBitcoinLikeAccount() override | ledger::core::AbstractAccount | virtual |
isInstanceOfEthereumLikeAccount() override | ledger::core::AbstractAccount | virtual |
isInstanceOfRippleLikeAccount() override | ledger::core::AbstractAccount | virtual |
isObservingBlockchain()=0 | ledger::core::api::Account | pure virtual |
isSynchronizing()=0 | ledger::core::api::Account | pure virtual |
logger() const (defined in ledger::core::AbstractAccount) | ledger::core::AbstractAccount | virtual |
pushEvent(const std::shared_ptr< api::Event > &event) (defined in ledger::core::AbstractAccount) | ledger::core::AbstractAccount | protected |
queryOperations() override | ledger::core::AbstractAccount | virtual |
run(std::function< void()> f) (defined in ledger::core::DedicatedContext) | ledger::core::DedicatedContext | inline |
startBlockchainObservation()=0 | ledger::core::api::Account | pure virtual |
stopBlockchainObservation()=0 | ledger::core::api::Account | pure virtual |
synchronize()=0 | ledger::core::api::Account | pure virtual |
~Account() (defined in ledger::core::api::Account) | ledger::core::api::Account | inlinevirtual |