32 #ifndef LEDGER_CORE_TEZOSNETWORKS_H 33 #define LEDGER_CORE_TEZOSNETWORKS_H 36 #ifndef LIBCORE_EXPORT 37 #if defined(_MSC_VER) && _MSC_VER <= 1900 38 #include <libcore_export.h> 40 #define LIBCORE_EXPORT 44 #include <api/TezosLikeNetworkParameters.hpp> 48 extern LIBCORE_EXPORT
const api::TezosLikeNetworkParameters getTezosLikeNetworkParameters(
const std::string &networkName);
49 extern LIBCORE_EXPORT
const std::vector<api::TezosLikeNetworkParameters> ALL_TEZOS;
51 template<
class Archive>
52 void serialize(Archive & archive,
53 api::TezosLikeNetworkParameters & p)
69 #endif //LEDGER_CORE_TEZOSNETWORKS_H Definition: Account.cpp:8