| 985 | } |
| 986 | |
| 987 | bool ToNormalizedString(const SigningProvider& arg, std::string& out, const DescriptorCache* cache) const override final |
| 988 | { |
| 989 | bool ret = ToStringHelper(&arg, out, StringType::NORMALIZED, cache); |
| 990 | out = AddChecksum(out); |
| 991 | return ret; |
| 992 | } |
| 993 | |
| 994 | // NOLINTNEXTLINE(misc-no-recursion) |
| 995 | bool ExpandHelper(int pos, const SigningProvider& arg, const DescriptorCache* read_cache, std::vector<CScript>& output_scripts, FlatSigningProvider& out, DescriptorCache* write_cache) const |