isValidHardenedPath
@iota/iota-sdk / cryptography / isValidHardenedPath
Function: isValidHardenedPath()
isValidHardenedPath(
path):boolean
Defined in: sdk/typescript/src/cryptography/mnemonics.ts:12
Parse and validate a path that is compliant to SLIP-0010 in form m/44'/4218'/{account_index}'/{change_index}'/{address_index}'.
Parameters
path
string
path string (e.g. m/44'/4218'/0'/0'/0').
Returns
boolean