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

Method setAddressReceiveRequest

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

Source from the content-addressed store, hash-verified

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()};
224 return m_wallet->SetAddressReceiveRequest(batch, dest, id, value);
225 }
226 bool displayAddress(const CTxDestination& dest) override
227 {
228 LOCK(m_wallet->cs_wallet);

Callers 2

removeRowsMethod · 0.80
addNewRequestMethod · 0.80

Calls 1

Tested by

no test coverage detected