Get the path of under the parentBIP32Path of the given path
e.g. "m/45'/0'/0'"
e.g. "m/45'/0'/0'/0/1/2"
relative path below path
import {getRelativeBIP32Path} from "@caravan/bitcoin";console.log(getRelativeBIP32Path("m/45'/0'/0'", "m/45'/0'/0'/0/1/2"); // 0/1/2 Copy
import {getRelativeBIP32Path} from "@caravan/bitcoin";console.log(getRelativeBIP32Path("m/45'/0'/0'", "m/45'/0'/0'/0/1/2"); // 0/1/2
Get the path of under the parentBIP32Path of the given path