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

Method SetNull

src/asset.h:29–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27
28 bool IsNull() const { return id.IsNull(); }
29 void SetNull() { id.SetNull(); }
30
31 unsigned char* begin() { return id.begin(); }
32 unsigned char* end() { return id.end(); }

Callers 11

CInvMethod · 0.45
ProcessGetBlockDataMethod · 0.45
~AddrManImplMethod · 0.45
ClearMethod · 0.45
CreateGenesisBlockFunction · 0.45
FillBlockMethod · 0.45
GetUnsignedTxMethod · 0.45
AddInputMethod · 0.45
ResetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected