Deserializes the blob's raw bytes from a stream.

Synopsis

Declared in <uint256.h>

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

Parameters

Name

Description

s

The input stream to read from.

Created with MrDocs