• Converts a string path into an HdPath compatible with cosmjs.

    Parameters

    • fullDerivationPath: string

      The full derivation path to convert.

    Returns HdPath

    The HdPath representation of the provided string path. makeClientPath(44'/118'/0'/0/0) // returns [Slip10RawIndex.hardened(44), Slip10RawIndex.hardened(118), Slip10RawIndex.hardened(0), Slip10RawIndex.normal(0), Slip10RawIndex.normal(0) ] *

    Example

    makeClientPath(`m/44'/118'/0'/0/0`) // returns [Slip10RawIndex.hardened(44), Slip10RawIndex.hardened(118), Slip10RawIndex.hardened(0), Slip10RawIndex.normal(0), Slip10RawIndex.normal(0) ]
    

Generated using TypeDoc