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

Method end

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

Source from the content-addressed store, hash-verified

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.
93 bool IsValid() const { return fValid; }

Callers 15

CatFunction · 0.45
DecodeFunction · 0.45
removeForBlockMethod · 0.45
FormatScriptFunction · 0.45
SighashToStrFunction · 0.45
ScriptToAsmStrFunction · 0.45
TxToUnivFunction · 0.45
GetMethod · 0.45
XOnlyPubKeyMethod · 0.45

Calls 2

sizeFunction · 0.70
dataMethod · 0.45

Tested by

no test coverage detected