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

Method ToNormalizedString

src/script/descriptor.cpp:608–613  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers 4

GetDescriptorStringMethod · 0.45
ToNormalizedStringMethod · 0.45
ToStringHelperMethod · 0.45
DoCheckFunction · 0.45

Calls 1

AddChecksumFunction · 0.85

Tested by 1

DoCheckFunction · 0.36