Serialize a length-prefixed KeyOriginInfo to a stream.
Declared in <psbt.h>
template<typename Stream>
void
SerializeHDKeypath(
Stream& s,
KeyOriginInfo hd_keypath);
| Name | Description |
|---|---|
| s | The output stream. |
| hd_keypath | The key origin information to serialize. |