| 32 | bool ToNormalizedString(const SigningProvider& provider, std::string& out, const DescriptorCache* cache = nullptr) const override { return false; } |
| 33 | bool Expand(int pos, const SigningProvider& provider, std::vector<CScript>& output_scripts, FlatSigningProvider& out, DescriptorCache* write_cache = nullptr) const override { return false; }; |
| 34 | bool ExpandFromCache(int pos, const DescriptorCache& read_cache, std::vector<CScript>& output_scripts, FlatSigningProvider& out) const override { return false; } |
| 35 | void ExpandPrivate(int pos, const SigningProvider& provider, FlatSigningProvider& out) const override {} |
| 36 | std::optional<int64_t> ScriptSize() const override { return {}; } |
| 37 | std::optional<int64_t> MaxSatisfactionWeight(bool) const override { return {}; } |
no outgoing calls
no test coverage detected