31 #ifndef LEDGER_CORE_CURRENCIES_HPP 32 #define LEDGER_CORE_CURRENCIES_HPP 34 #ifndef LIBCORE_EXPORT 36 #include <libcore_export.h> 38 #define LIBCORE_EXPORT 42 #include <api/Currency.hpp> 46 namespace currencies {
47 extern LIBCORE_EXPORT
const std::vector<api::Currency> ALL;
48 extern LIBCORE_EXPORT
const api::Currency BITCOIN;
49 extern LIBCORE_EXPORT
const api::Currency BITCOIN_TESTNET;
50 extern LIBCORE_EXPORT
const api::Currency BITCOIN_CASH;
51 extern LIBCORE_EXPORT
const api::Currency BITCOIN_GOLD;
52 extern LIBCORE_EXPORT
const api::Currency ZCASH;
53 extern LIBCORE_EXPORT
const api::Currency ZENCASH;
54 extern LIBCORE_EXPORT
const api::Currency LITECOIN;
55 extern LIBCORE_EXPORT
const api::Currency PEERCOIN;
56 extern LIBCORE_EXPORT
const api::Currency DIGIBYTE;
57 extern LIBCORE_EXPORT
const api::Currency HCASH;
58 extern LIBCORE_EXPORT
const api::Currency QTUM;
59 extern LIBCORE_EXPORT
const api::Currency STEALTHCOIN;
60 extern LIBCORE_EXPORT
const api::Currency VERTCOIN;
61 extern LIBCORE_EXPORT
const api::Currency VIACOIN;
62 extern LIBCORE_EXPORT
const api::Currency DASH;
63 extern LIBCORE_EXPORT
const api::Currency DOGECOIN;
64 extern LIBCORE_EXPORT
const api::Currency STRATIS;
65 extern LIBCORE_EXPORT
const api::Currency KOMODO;
66 extern LIBCORE_EXPORT
const api::Currency POSWALLET;
67 extern LIBCORE_EXPORT
const api::Currency PIVX;
68 extern LIBCORE_EXPORT
const api::Currency CLUBCOIN;
69 extern LIBCORE_EXPORT
const api::Currency DECRED;
70 extern LIBCORE_EXPORT
const api::Currency STAKENET;
71 extern LIBCORE_EXPORT
const api::Currency ETHEREUM;
72 extern LIBCORE_EXPORT
const api::Currency ETHEREUM_ROPSTEN;
73 extern LIBCORE_EXPORT
const api::Currency ETHEREUM_CLASSIC;
74 extern LIBCORE_EXPORT
const api::Currency RIPPLE;
75 extern LIBCORE_EXPORT
const api::Currency TEZOS;
81 #endif //LEDGER_CORE_CURRENCIES_HPP Definition: Account.cpp:8