ParsePathBIP32

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

NameDescription
pathThe path in string form (e.g. "m/0'/1").