[#ParsePathBIP32] = ParsePathBIP32 :mrdocs: Parse a BIP32 derivation path. == Synopsis Declared in `<rpc/util.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::vector<uint32_t> ParsePathBIP32(std::string const& path); ---- == Return Value The derivation indices. == Parameters [cols="1,4"] |=== | Name| Description | *path* | The path in string form (e.g. "m/0'/1"). |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#