Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
138
CInv::CInv()
139
{
140
type = 0;
141
hash.SetNull();
142
}
143
144
CInv::CInv(uint32_t typeIn, const uint256& hashIn) : type(typeIn), hash(hashIn) {}
145
Callers
nothing calls this directly
Calls
1
SetNull
Method · 0.45
Tested by
no test coverage detected