Get the path of the parent of the given path
e.g. "m/45'/0'/0'/0"
parent path
import {getParentBIP32Path} from "@caravan/bitcoin";console.log(getParentBIP32Path("m/45'/0'/0'/0"); // m/45'/0'/0' Copy
import {getParentBIP32Path} from "@caravan/bitcoin";console.log(getParentBIP32Path("m/45'/0'/0'/0"); // m/45'/0'/0'
Get the path of the parent of the given path