31 #ifndef LEDGER_CORE_ETH_NETWORKS_HPP 32 #define LEDGER_CORE_ETH_NETWORKS_HPP 34 #ifndef LIBCORE_EXPORT 36 #include <libcore_export.h> 38 #define LIBCORE_EXPORT 42 #include "../../api/EthereumLikeNetworkParameters.hpp" 48 extern LIBCORE_EXPORT
const api::EthereumLikeNetworkParameters getEthLikeNetworkParameters(
const std::string &networkName);
49 extern LIBCORE_EXPORT
const std::vector<api::EthereumLikeNetworkParameters> ALL_ETH;
51 template<
class Archive>
52 void serialize(Archive & archive,
53 api::EthereumLikeNetworkParameters & p)
70 #endif //LEDGER_CORE_ETH_NETWORKS_HPP Definition: Account.cpp:8