Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Commit

Permalink
web3.js: remove Buffer from PublicKeyInitData
Browse files Browse the repository at this point in the history
  • Loading branch information
macalinao committed Sep 18, 2022
1 parent 5664c12 commit 974794b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web3.js/src/publickey.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ export const PUBLIC_KEY_LENGTH = 32;
export type PublicKeyInitData =
| number
| string
| Buffer
| Uint8Array
| Array<number>
| PublicKeyData;
Expand Down

0 comments on commit 974794b

Please sign in to comment.