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

Method CInv

src/protocol.cpp:138–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136}
137
138CInv::CInv()
139{
140 type = 0;
141 hash.SetNull();
142}
143
144CInv::CInv(uint32_t typeIn, const uint256& hashIn) : type(typeIn), hash(hashIn) {}
145

Callers

nothing calls this directly

Calls 1

SetNullMethod · 0.45

Tested by

no test coverage detected