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

Method IsRange

src/script/descriptor.cpp:543–552  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

541 }
542
543 bool IsRange() const final
544 {
545 for (const auto& pubkey : m_pubkey_args) {
546 if (pubkey->IsRange()) return true;
547 }
548 for (const auto& arg : m_subdescriptor_args) {
549 if (arg->IsRange()) return true;
550 }
551 return false;
552 }
553
554 virtual bool ToStringSubScriptHelper(const SigningProvider* arg, std::string& ret, const StringType type, const DescriptorCache* cache = nullptr) const
555 {

Callers 15

TopUpMethod · 0.45
IsHDEnabledMethod · 0.45
CanGetAddressesMethod · 0.45
AddWalletDescriptorMethod · 0.45
ProcessImportDescriptorFunction · 0.45
backup.cppFile · 0.45
listdescriptorsFunction · 0.45
initpegoutwalletFunction · 0.45
IsRangeMethod · 0.45
DoCheckFunction · 0.45
FUZZ_TARGET_INITFunction · 0.45
getScriptFromDescriptorFunction · 0.45

Calls

no outgoing calls

Tested by 2

DoCheckFunction · 0.36
FUZZ_TARGET_INITFunction · 0.36