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

Method ToPKBytes

src/script/sign.cpp:456–456  ·  view source on GitHub ↗

Conversion to raw public key.

Source from the content-addressed store, hash-verified

454
455 //! Conversion to raw public key.
456 std::vector<unsigned char> ToPKBytes(const Key& key) const { return {key.begin(), key.end()}; }
457
458 //! Time lock satisfactions.
459 bool CheckAfter(uint32_t value) const { return m_creator.Checker().CheckLockTime(CScriptNum(value)); }

Callers 2

ToScriptMethod · 0.45
ProduceInputMethod · 0.45

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected