[#WriteHDKeypath] = WriteHDKeypath :mrdocs: Write HD keypaths as strings. == Synopsis Declared in `<util/bip32.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::string WriteHDKeypath( std::vector<uint32_t> const& keypath, bool apostrophe = false); ---- == Return Value The key path formatted as a string. == Parameters [cols="1,4"] |=== | Name| Description | *keypath* | The derivation indices to format. | *apostrophe* | Use an apostrophe rather than 'h' to mark hardened steps. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#