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

Method ToPrivateString

src/script/descriptor.cpp:601–606  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

599 }
600
601 bool ToPrivateString(const SigningProvider& arg, std::string& out) const final
602 {
603 bool ret = ToStringHelper(&arg, out, StringType::PRIVATE);
604 out = AddChecksum(out);
605 return ret;
606 }
607
608 bool ToNormalizedString(const SigningProvider& arg, std::string& out, const DescriptorCache* cache) const override final
609 {

Callers 4

GetDescriptorStringMethod · 0.45
ToPrivateStringMethod · 0.45
ToStringHelperMethod · 0.45
DoCheckFunction · 0.45

Calls 1

AddChecksumFunction · 0.85

Tested by 1

DoCheckFunction · 0.36