32 #ifndef LEDGER_CORE_TYPES_H 33 #define LEDGER_CORE_TYPES_H 35 #include <api/BitcoinLikeOutput.hpp> 39 using BitcoinLikeApiUtxoVector = std::vector<std::shared_ptr<api::BitcoinLikeOutput>>;
40 using BitcoinLikeApiOutputVector = BitcoinLikeApiUtxoVector;
43 #endif //LEDGER_CORE_TYPES_H Definition: Account.cpp:8