Parse a BIP32 derivation path.
Synopsis
Declared in <rpc/util.h>
std::vector<uint32_t>
ParsePathBIP32(std::string const& path);
Return Value
The derivation indices.
Parameters
Name |
Description |
path |
The path in string form (e.g. "m/0'/1"). |
Created with MrDocs