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

Method begin

src/key.h:89–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87 unsigned int size() const { return (fValid ? keydata.size() : 0); }
88 const unsigned char* data() const { return keydata.data(); }
89 const unsigned char* begin() const { return keydata.data(); }
90 const unsigned char* end() const { return keydata.data() + size(); }
91
92 //! Check whether this private key is valid.

Callers 15

CatFunction · 0.45
DecodeFunction · 0.45
FormatScriptFunction · 0.45
ScriptToAsmStrFunction · 0.45
TxToUnivFunction · 0.45
MyDestinationMethod · 0.45
GetHashMethod · 0.45
GetSHA256Method · 0.45
GetCheapHashMethod · 0.45

Calls 1

dataMethod · 0.45

Tested by

no test coverage detected