Serialize the wallet transaction to the given stream.

Synopsis

Declared in <wallet/transaction.h>

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

Parameters

Name

Description

s

The output stream to serialize the transaction to.

Created with MrDocs