Serializes the transaction using the stream's transaction parameters.
Synopsis
Declared in <primitives/transaction.h>
template<typename Stream>
void
Serialize(Stream& s) const;
Parameters
Name |
Description |
s |
The stream to write to. |
Created with MrDocs