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

Method IsBlinded

src/psbt.cpp:340–348  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

338}
339
340bool PartiallySignedTransaction::IsBlinded() const
341{
342 for (const PSBTOutput& out : outputs) {
343 if (out.IsBlinded()) {
344 return true;
345 }
346 }
347 return false;
348}
349
350bool PartiallySignedTransaction::IsFullyBlinded() const
351{

Callers 8

VerifyBlindProofsFunction · 0.80
BlindPSBTFunction · 0.80
IsFullyBlindedMethod · 0.80
MergeMethod · 0.80
SignPSBTMethod · 0.80
walletprocesspsbtFunction · 0.80
combinepsbtFunction · 0.80
AnalyzePSBTFunction · 0.80

Calls 1

IsValidMethod · 0.45

Tested by

no test coverage detected