indexAt

open fun indexAt(index: Int): DerivationPathIndex

Returns the index component of a DerivationPath.

Return

DerivationPathIndex or null if index is invalid.

Parameters

path

DerivationPath to get the index of.

index

The index component of the DerivationPath.