Serializes the wrapped value to a stream.

Synopsis

Declared in <primitives/transaction_identifier.h>

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

Parameters

Name

Description

s

The stream to write to.

Created with MrDocs