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

Method isLockedCoin

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

Source from the content-addressed store, hash-verified

241 return m_wallet->UnlockCoin(output, batch.get());
242 }
243 bool isLockedCoin(const COutPoint& output) override
244 {
245 LOCK(m_wallet->cs_wallet);
246 return m_wallet->IsLockedCoin(output.hash, output.n);
247 }
248 void listLockedCoins(std::vector<COutPoint>& outputs) override
249 {
250 LOCK(m_wallet->cs_wallet);

Callers 2

showMenuMethod · 0.80
updateViewMethod · 0.80

Calls 1

IsLockedCoinMethod · 0.80

Tested by

no test coverage detected