MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / ToString

Method ToString

src/script/descriptor.cpp:973–978  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

971 }
972
973 std::string ToString(bool compat_format) const final
974 {
975 std::string ret;
976 ToStringHelper(nullptr, ret, compat_format ? StringType::COMPAT : StringType::PUBLIC);
977 return AddChecksum(ret);
978 }
979
980 bool ToPrivateString(const SigningProvider& arg, std::string& out) const override
981 {

Callers

nothing calls this directly

Calls 1

AddChecksumFunction · 0.85

Tested by

no test coverage detected