Skip to content

Commit

Permalink
feat: document toString()
Browse files Browse the repository at this point in the history
  • Loading branch information
sparten11740 committed Jan 22, 2025
1 parent 5518c17 commit 50878e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libraries/key-identifier/src/key-identifier.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ export default class KeyIdentifier {
derivationPath: string
}

toString(): string

static validate(potentialKeyIdentifier: KeyIdentifierLike): boolean
static compare(a: KeyIdentifierLike, b: KeyIdentifierLike): boolean
}

0 comments on commit 50878e6

Please sign in to comment.