MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / getDestValues

Method getDestValues

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

Source from the content-addressed store, hash-verified

193 return m_wallet.EraseDestData(dest, key);
194 }
195 std::vector<std::string> getDestValues(const std::string& prefix) override
196 {
197 return m_wallet.GetDestValues(prefix);
198 }
199 void lockCoin(const COutPoint& output) override
200 {
201 LOCK2(cs_main, m_wallet.cs_wallet);

Callers 1

loadReceiveRequestsMethod · 0.80

Calls 1

GetDestValuesMethod · 0.80

Tested by

no test coverage detected