ledger-core
ledger::core::AbstractAccount Member List

This is the complete list of members for ledger::core::AbstractAccount, including all inherited members.

_executionContext (defined in ledger::core::DedicatedContext)ledger::core::DedicatedContextprotected
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() overrideledger::core::AbstractAccountvirtual
asEthereumLikeAccount() overrideledger::core::AbstractAccountvirtual
asRippleLikeAccount() overrideledger::core::AbstractAccountvirtual
asTezosLikeAccount() overrideledger::core::AbstractAccountvirtual
async(std::function< T()> f) (defined in ledger::core::DedicatedContext)ledger::core::DedicatedContextinline
async(std::function< T()> f) const (defined in ledger::core::DedicatedContext)ledger::core::DedicatedContextinline
DedicatedContext(const std::shared_ptr< api::ExecutionContext > &context) (defined in ledger::core::DedicatedContext)ledger::core::DedicatedContextinline
emitEventsNow() (defined in ledger::core::AbstractAccount)ledger::core::AbstractAccount
emitNewBlockEvent(const Block &block) (defined in ledger::core::AbstractAccount)ledger::core::AbstractAccountprotected
emitNewOperationEvent(const Operation &operation) (defined in ledger::core::AbstractAccount)ledger::core::AbstractAccountprotected
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::AbstractAccountpure virtual
ledger::core::api::Account::eraseDataSince(const std::chrono::system_clock::time_point &date, const std::shared_ptr< ErrorCodeCallback > &callback)=0ledger::core::api::Accountpure virtual
EV_NEW_BLOCK_CURRENCY_NAMEledger::core::api::Accountstatic
EV_NEW_BLOCK_HASH (defined in ledger::core::api::Account)ledger::core::api::Accountstatic
EV_NEW_BLOCK_HEIGHT (defined in ledger::core::api::Account)ledger::core::api::Accountstatic
EV_NEW_OP_ACCOUNT_INDEX (defined in ledger::core::api::Account)ledger::core::api::Accountstatic
EV_NEW_OP_UID (defined in ledger::core::api::Account)ledger::core::api::Accountstatic
EV_NEW_OP_WALLET_NAMEledger::core::api::Accountstatic
EV_SYNC_DURATION_MSledger::core::api::Accountstatic
EV_SYNC_ERROR_CODEledger::core::api::Accountstatic
EV_SYNC_ERROR_CODE_INT (defined in ledger::core::api::Account)ledger::core::api::Accountstatic
EV_SYNC_ERROR_MESSAGEledger::core::api::Accountstatic
getAccountUid() const (defined in ledger::core::AbstractAccount)ledger::core::AbstractAccountvirtual
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::AbstractAccountpure virtual
ledger::core::api::Account::getBalance(const std::shared_ptr< AmountCallback > &callback)=0ledger::core::api::Accountpure 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::AbstractAccountpure virtual
ledger::core::api::Account::getBalanceHistory(const std::string &start, const std::string &end, TimePeriod period, const std::shared_ptr< AmountListCallback > &callback)=0ledger::core::api::Accountpure virtual
getContext() const (defined in ledger::core::DedicatedContext)ledger::core::DedicatedContextinline
getEventBus() overrideledger::core::AbstractAccountvirtual
getExternalPreferences() const (defined in ledger::core::AbstractAccount)ledger::core::AbstractAccountvirtual
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::AbstractAccountpure virtual
ledger::core::api::Account::getFreshPublicAddresses(const std::shared_ptr< AddressListCallback > &callback)=0ledger::core::api::Accountpure virtual
getIndex() overrideledger::core::AbstractAccountvirtual
getInternalPreferences() const (defined in ledger::core::AbstractAccount)ledger::core::AbstractAccountvirtual
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)=0ledger::core::api::Accountpure virtual
getLogger() overrideledger::core::AbstractAccountvirtual
getMainExecutionContext() const (defined in ledger::core::AbstractAccount)ledger::core::AbstractAccount
getOperationExternalPreferences(const std::string &uid) (defined in ledger::core::AbstractAccount)ledger::core::AbstractAccountvirtual
getOperationInternalPreferences(const std::string &uid) (defined in ledger::core::AbstractAccount)ledger::core::AbstractAccountvirtual
getOperationPreferences(const std::string &uid) overrideledger::core::AbstractAccountvirtual
getPreferences() overrideledger::core::AbstractAccountvirtual
getRestoreKey()=0ledger::core::api::Accountpure virtual
getWallet() const (defined in ledger::core::AbstractAccount)ledger::core::AbstractAccountvirtual
getWallet() (defined in ledger::core::AbstractAccount)ledger::core::AbstractAccountvirtual
getWalletType() overrideledger::core::AbstractAccountvirtual
isInstanceOfBitcoinLikeAccount() overrideledger::core::AbstractAccountvirtual
isInstanceOfEthereumLikeAccount() overrideledger::core::AbstractAccountvirtual
isInstanceOfRippleLikeAccount() overrideledger::core::AbstractAccountvirtual
isObservingBlockchain()=0ledger::core::api::Accountpure virtual
isSynchronizing()=0ledger::core::api::Accountpure virtual
logger() const (defined in ledger::core::AbstractAccount)ledger::core::AbstractAccountvirtual
pushEvent(const std::shared_ptr< api::Event > &event) (defined in ledger::core::AbstractAccount)ledger::core::AbstractAccountprotected
queryOperations() overrideledger::core::AbstractAccountvirtual
run(std::function< void()> f) (defined in ledger::core::DedicatedContext)ledger::core::DedicatedContextinline
startBlockchainObservation()=0ledger::core::api::Accountpure virtual
stopBlockchainObservation()=0ledger::core::api::Accountpure virtual
synchronize()=0ledger::core::api::Accountpure virtual
~Account() (defined in ledger::core::api::Account)ledger::core::api::Accountinlinevirtual