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

Method data

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

Source from the content-addressed store, hash-verified

284
285 const unsigned char& operator[](int pos) const { return *(m_keydata.begin() + pos); }
286 const unsigned char* data() const { return m_keydata.begin(); }
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(); }

Callers

nothing calls this directly

Calls 1

beginMethod · 0.45

Tested by

no test coverage detected