[#PSBTInput-Unserialize] = xref:PSBTInput.adoc[PSBTInput]::Unserialize :relfileprefix: ../ :mrdocs: Deserialize this input from a stream. == Synopsis Declared in `<psbt.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<typename Stream> void Unserialize(Stream& s); ---- == Parameters [cols="1,4"] |=== | Name| Description | *s* | The input stream. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#