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

Method GetPrivKey

src/script/descriptor.cpp:234–237  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

232 return true;
233 }
234 bool GetPrivKey(int pos, const SigningProvider& arg, CKey& key) const override
235 {
236 return m_provider->GetPrivKey(pos, arg, key);
237 }
238};
239
240/** An object representing a parsed constant public key in a descriptor. */

Callers

nothing calls this directly

Calls 1

GetPrivKeyMethod · 0.45

Tested by

no test coverage detected