31 #ifndef LEDGER_CORE_BLOCKPARSER_HPP 32 #define LEDGER_CORE_BLOCKPARSER_HPP 34 #include <wallet/common/explorers/api/AbstractBlockParser.h> 35 #include "../BitcoinLikeBlockchainExplorer.hpp" 41 BlockParser(std::string &lastKey) : _lastKey(lastKey) {};
44 std::string &getLastKey()
override {
49 std::string& _lastKey;
54 #endif //LEDGER_CORE_BLOCKPARSER_HPP Definition: BlockParser.hpp:39
Definition: AbstractBlockParser.h:45
Definition: Account.cpp:8