| 606 | } |
| 607 | |
| 608 | bool ToNormalizedString(const SigningProvider& arg, std::string& out, const DescriptorCache* cache) const override final |
| 609 | { |
| 610 | bool ret = ToStringHelper(&arg, out, StringType::NORMALIZED, cache); |
| 611 | out = AddChecksum(out); |
| 612 | return ret; |
| 613 | } |
| 614 | |
| 615 | bool ExpandHelper(int pos, const SigningProvider& arg, const DescriptorCache* read_cache, std::vector<CScript>& output_scripts, FlatSigningProvider& out, DescriptorCache* write_cache) const |
| 616 | { |