Function isValidBIP44Path

  • Aptos derive path is 637

    Parse and validate a path that is compliant to BIP-44 in form m/44'/637'/{account_index}'/{change_index}/{address_index} for Secp256k1

    Note that for secp256k1, last two components must be non-hardened.

    Parameters

    • path: string

      path string (e.g. m/44'/637'/0'/0/0).

    Returns boolean

Generated using TypeDoc