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

Method GetPrivKey

src/script/descriptor.cpp:307–310  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

305 return true;
306 }
307 void GetPrivKey(int pos, const SigningProvider& arg, FlatSigningProvider& out) const override
308 {
309 m_provider->GetPrivKey(pos, arg, out);
310 }
311 std::optional<CPubKey> GetRootPubKey() const override
312 {
313 return m_provider->GetRootPubKey();

Callers

nothing calls this directly

Calls 1

GetPrivKeyMethod · 0.45

Tested by

no test coverage detected