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

Method ToString

src/script/descriptor.cpp:252–259  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

250 }
251
252 std::string ToString() const override
253 {
254 std::string ret = strprintf("multi(%i", m_threshold);
255 for (const auto& p : m_providers) {
256 ret += "," + p->ToString();
257 }
258 return std::move(ret) + ")";
259 }
260
261 bool ToPrivateString(const SigningProvider& arg, std::string& out) const override
262 {

Callers

nothing calls this directly

Calls 1

ToStringMethod · 0.45

Tested by

no test coverage detected