base_blob::Unserialize

Deserializes the blob's raw bytes from a stream.

Synopsis

Declared in <uint256.h>

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

Parameters

NameDescription
sThe input stream to read from.