Type Alias DerivationPath

DerivationPath: AccountDerivationPath & {
    index: number;
    role: KeyDerivationRole;
}

Represents a full BIP-1852 derivation path for a specific key. m / purpose' / 1815' / account' / role / index