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

Method ToString

src/script/descriptor.cpp:594–599  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

592 }
593
594 std::string ToString() const final
595 {
596 std::string ret;
597 ToStringHelper(nullptr, ret, StringType::PUBLIC);
598 return AddChecksum(ret);
599 }
600
601 bool ToPrivateString(const SigningProvider& arg, std::string& out) const final
602 {

Callers 2

ToStringMethod · 0.45
ToStringHelperMethod · 0.45

Calls 1

AddChecksumFunction · 0.85

Tested by

no test coverage detected