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

Method GetType

src/hash.h:111–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109 CHashWriter(int nTypeIn, int nVersionIn) : nType(nTypeIn), nVersion(nVersionIn) {}
110
111 int GetType() const { return nType; }
112 int GetVersion() const { return nVersion; }
113
114 void write(Span<const std::byte> src)

Callers 12

SERIALIZE_METHODSMethod · 0.45
CHashVerifierMethod · 0.45
HashedSourceWriterMethod · 0.45
ProcessMessageMethod · 0.45
SERIALIZE_METHODSMethod · 0.45
SerializeMethod · 0.45
UnserializeMethod · 0.45
SerializeMethod · 0.45
UnserializeMethod · 0.45
UnserializeMethod · 0.45
SerializeMethod · 0.45
UnserializeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected