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

Method getWalletName

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

Source from the content-addressed store, hash-verified

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 {
149 LOCK(m_wallet->cs_wallet);

Callers

nothing calls this directly

Calls 1

GetNameMethod · 0.45

Tested by

no test coverage detected