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

Method Serialize

src/index/coinstatsindex.cpp:66–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64
65 template <typename Stream>
66 void Serialize(Stream& s) const
67 {
68 ser_writedata8(s, DB_BLOCK_HEIGHT);
69 ser_writedata32be(s, height);
70 }
71
72 template <typename Stream>
73 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