Serialize a KeyOriginInfo to a stream.
Synopsis
Declared in <psbt.h>
template<typename Stream>
void
SerializeKeyOrigin(
Stream& s,
KeyOriginInfo hd_keypath);
Parameters
Name |
Description |
s |
The output stream. |
hd_keypath |
The key origin information to serialize. |
Created with MrDocs