Documentation
    Preparing search index...
    interface DerivationPathParts {
        accountIndex?: number;
        addressIndex?: number;
        changeIndex?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    accountIndex?: number

    The account index to use in the path ("m/44'/60'/${accountIndex}'/0/0").

    addressIndex?: number

    The address index to use in the path ("m/44'/60'/0'/0/${addressIndex}").

    changeIndex?: number

    The change index to use in the path ("m/44'/60'/0'/${changeIndex}/0").