| 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 | { |
no outgoing calls