31 #ifndef LEDGER_CORE_CURRENCYBUILDER_HPP 32 #define LEDGER_CORE_CURRENCYBUILDER_HPP 34 #include <api/Currency.hpp> 35 #include <utils/Option.hpp> 36 #include <api/EthereumLikeNetworkParameters.hpp> 37 #include <api/RippleLikeNetworkParameters.hpp> 38 #include <api/TezosLikeNetworkParameters.hpp> 52 CurrencyBuilder& unit(
const std::string& name,
int magnitude,
const std::string& symbol,
const std::string& code);
53 CurrencyBuilder& unit(
const std::string& name,
int magnitude,
const std::string& code);
57 std::vector<api::CurrencyUnit> _units;
64 std::string _paymentUriScheme;
72 #endif //LEDGER_CORE_CURRENCYBUILDER_HPP Definition: RippleLikeNetworkParameters.hpp:15
Definition: Option.hpp:49
Definition: Currency.hpp:23
Definition: Account.cpp:8
WalletType
Definition: WalletType.hpp:20
Definition: EthereumLikeNetworkParameters.hpp:15
Definition: TezosLikeNetworkParameters.hpp:15
Definition: BitcoinLikeNetworkParameters.hpp:17
Definition: CurrencyBuilder.hpp:42