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

Method ToNormalizedString

src/script/descriptor.cpp:274–278  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

272 return true;
273 }
274 bool ToNormalizedString(const SigningProvider& arg, std::string& ret, const DescriptorCache* cache) const override
275 {
276 ret = ToString();
277 return true;
278 }
279 bool GetPrivKey(int pos, const SigningProvider& arg, CKey& key) const override
280 {
281 return arg.GetKey(m_pubkey.GetID(), key);

Callers

nothing calls this directly

Calls 1

ToStringFunction · 0.50

Tested by

no test coverage detected