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

Method SetNull

src/primitives/transaction.h:64–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62 SERIALIZE_METHODS(COutPoint, obj) { READWRITE(obj.hash, obj.n); }
63
64 void SetNull() { hash.SetNull(); n = NULL_INDEX; }
65 bool IsNull() const { return (hash.IsNull() && n == NULL_INDEX); }
66
67 friend bool operator<(const COutPoint& a, const COutPoint& b)

Callers

nothing calls this directly

Calls 1

SetNullMethod · 0.45

Tested by

no test coverage detected