wallet::CWalletTx::Unserialize

Deserialize the wallet transaction from the given stream.

Synopsis

Declared in <wallet/transaction.h>

template<typename Stream>
void
Unserialize(Stream& s);

Parameters

NameDescription
sThe input stream to deserialize the transaction from.