Deserialize a length-prefixed KeyOriginInfo from a stream.
Declared in <psbt.h>
template<typename Stream>
void
DeserializeHDKeypath(
Stream& s,
KeyOriginInfo& hd_keypath);
| Name | Description |
|---|---|
| s | The input stream. |
| hd_keypath | Receives the decoded key origin information. |