Deserialize this output from a stream.

Synopsis

Declared in <psbt.h>

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

Parameters

Name

Description

s

The input stream.

Created with MrDocs