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

Method end

src/pubkey.h:289–289  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

287 static constexpr size_t size() { return decltype(m_keydata)::size(); }
288 const unsigned char* begin() const { return m_keydata.begin(); }
289 const unsigned char* end() const { return m_keydata.end(); }
290 unsigned char* begin() { return m_keydata.begin(); }
291 unsigned char* end() { return m_keydata.end(); }
292 unsigned char* data() { return m_keydata.begin(); }

Callers

nothing calls this directly

Calls 1

endMethod · 0.45

Tested by

no test coverage detected