MCPcopy Create free account
hub / github.com/ElementsProject/elements / backupWallet

Method backupWallet

src/wallet/interfaces.cpp:145–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143 }
144 void abortRescan() override { m_wallet->AbortRescan(); }
145 bool backupWallet(const std::string& filename) override { return m_wallet->BackupWallet(filename); }
146 std::string getWalletName() override { return m_wallet->GetName(); }
147 bool getNewDestination(const OutputType type, const std::string label, CTxDestination& dest, bool add_blinding_key = false) override
148 {

Callers

nothing calls this directly

Calls 1

BackupWalletMethod · 0.80

Tested by

no test coverage detected