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

Method listLockedCoins

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

Source from the content-addressed store, hash-verified

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);
251 return m_wallet->ListLockedCoins(outputs);
252 }
253 CTransactionRef createTransaction(const std::vector<CRecipient>& recipients,
254 const CCoinControl& coin_control,
255 bool sign,

Callers 1

updateLabelLockedMethod · 0.80

Calls 1

ListLockedCoinsMethod · 0.80

Tested by

no test coverage detected