5#ifndef BITCOIN_WALLET_DUMP_H
6#define BITCOIN_WALLET_DUMP_H
bool CreateFromDump(const ArgsManager &args, const std::string &name, const fs::path &wallet_path, bilingual_str &error, std::vector< bilingual_str > &warnings)
bool DumpWallet(const ArgsManager &args, WalletDatabase &db, bilingual_str &error)
constexpr auto Ticks(Dur2 d)
Helper to count the seconds of a duration/time_point.