Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/citp/BlockSci
/ RawOutputPointer
Method
RawOutputPointer
tools/parser/basic_types.hpp:26–26 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
}
25
26
RawOutputPointer() {}
27
RawOutputPointer(const blocksci::uint256 &hash_, uint16_t outputNum_) : hash(hash_), outputNum(outputNum_) {}
28
};
29
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected