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

Method Serialize

src/index/blockfilterindex.cpp:59–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57
58 template<typename Stream>
59 void Serialize(Stream& s) const
60 {
61 ser_writedata8(s, DB_BLOCK_HEIGHT);
62 ser_writedata32be(s, height);
63 }
64
65 template<typename Stream>
66 void Unserialize(Stream& s)

Callers

nothing calls this directly

Calls 2

ser_writedata8Function · 0.85
ser_writedata32beFunction · 0.85

Tested by

no test coverage detected