PartiallySignedTransaction::Serialize

Serialize this transaction to a stream.

Synopsis

Declared in <psbt.h>

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

Parameters

NameDescription
sThe output stream.