uint256::Serialize

Serializes the blob's raw bytes to a stream.

Synopsis

Declared in <uint256.h>

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

Parameters

NameDescription
sThe output stream to write to.