CMutableTransaction::Serialize

Serializes the transaction using the stream's transaction parameters.

Synopsis

Declared in <primitives/transaction.h>

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

Parameters

NameDescription
sThe stream to write to.