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

Method XOnlyPubKey

src/pubkey.cpp:177–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

175}
176
177XOnlyPubKey::XOnlyPubKey(Span<const unsigned char> bytes)
178{
179 assert(bytes.size() == 32);
180 std::copy(bytes.begin(), bytes.end(), m_keydata.begin());
181}
182
183std::vector<CKeyID> XOnlyPubKey::GetKeyIDs() const
184{

Callers

nothing calls this directly

Calls 3

sizeMethod · 0.45
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected