MCPcopy Create free account
hub / github.com/bcndev/bytecoin / backup

Method backup

src/Core/WalletHDsqlite.cpp:473–475  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

471}
472
473void WalletHDsqlite::backup(const std::string &dst_name, const std::string &pass) const {
474 export_wallet(dst_name, pass, false, false);
475}
476
477std::vector<std::tuple<Hash, std::string, BinaryArray>> WalletHDsqlite::payment_queue_get2() const {
478 std::vector<std::tuple<Hash, std::string, BinaryArray>> result;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected