31 #ifndef LEDGER_CORE_RIPPLENETWORKS_H 32 #define LEDGER_CORE_RIPPLENETWORKS_H 34 #ifndef LIBCORE_EXPORT 35 #if defined(_MSC_VER) && _MSC_VER <= 1900 36 #include <libcore_export.h> 38 #define LIBCORE_EXPORT 42 #include <api/RippleLikeNetworkParameters.hpp> 46 extern LIBCORE_EXPORT
const std::string RIPPLE_DIGITS;
47 extern LIBCORE_EXPORT
const api::RippleLikeNetworkParameters getRippleLikeNetworkParameters(
const std::string &networkName);
48 extern LIBCORE_EXPORT
const std::vector<api::RippleLikeNetworkParameters> ALL_RIPPLE;
50 template<
class Archive>
51 void serialize(Archive & archive,
52 api::RippleLikeNetworkParameters & p)
66 #endif //LEDGER_CORE_RIPPLENETWORKS_H Definition: Account.cpp:8