wallet::CWalletTx::Serialize

Serialize the wallet transaction to the given stream.

Synopsis

Declared in <wallet/transaction.h>

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

Parameters

NameDescription
sThe output stream to serialize the transaction to.