index_util::DBHeightKey::Serialize

Serialize the key as a prefix byte followed by the big-endian height.

Synopsis

Declared in <index/db_key.h>

template<typename Stream>
void
Serialize(Stream& s) const;

Parameters

NameDescription
sOutput stream to write to.