Skip to content

Commit

Permalink
refactor: update types
Browse files Browse the repository at this point in the history
  • Loading branch information
sparten11740 committed Jul 15, 2024
1 parent c52edb1 commit 98bbe8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/key-identifier/src/key-identifier.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default class KeyIdentifier {

constructor(params: ConstructorParams)

get derivationPath(): string
readonly derivationPath: string

/**
* Returns a new KeyIdentifier instance that has an updated derivation path extended with
Expand Down

0 comments on commit 98bbe8c

Please sign in to comment.