added the initial framework for the Fulmo-specific commands in the CLI wallet; more branding / renaming work

This commit is contained in:
Some Random Crypto Guy
2023-09-14 11:55:29 +01:00
parent 08539345d2
commit d186cf95c1
8 changed files with 139 additions and 17 deletions
+3
View File
@@ -1645,6 +1645,9 @@ private:
static std::string get_default_daemon_address() { CRITICAL_REGION_LOCAL(default_daemon_address_lock); return default_daemon_address; }
bool get_pricing_record(oracle::pricing_record& pr, const uint64_t height);
bool get_circulating_supply(std::vector<std::pair<std::string, std::string>> &amounts);
private:
/*!
* \brief Stores wallet information to wallet file.