Deserialize a fixed number of bytes from a stream as a KeyOriginInfo.
Declared in <psbt.h>
template<typename Stream>
KeyOriginInfo
DeserializeKeyOrigin(
Stream& s,
uint64_t length);
The decoded key origin information.
| Name | Description |
|---|---|
| s | The input stream. |
| length | The number of key-path bytes to read. |