BlockFilter::Unserialize

Deserialize the filter from a stream.

Synopsis

Declared in <blockfilter.h>

template<typename Stream>
void
Unserialize(Stream& s);

Parameters

NameDescription
sThe input stream to read from.