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

Method getAddressReceiveRequests

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

Source from the content-addressed store, hash-verified

215 return result;
216 }
217 std::vector<std::string> getAddressReceiveRequests() override {
218 LOCK(m_wallet->cs_wallet);
219 return m_wallet->GetAddressReceiveRequests();
220 }
221 bool setAddressReceiveRequest(const CTxDestination& dest, const std::string& id, const std::string& value) override {
222 LOCK(m_wallet->cs_wallet);
223 WalletBatch batch{m_wallet->GetDatabase()};

Callers 2

TestGUIFunction · 0.80

Calls 1

Tested by 1

TestGUIFunction · 0.64