We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a68a159 commit dd263b1Copy full SHA for dd263b1
module.flow.js
@@ -11,8 +11,6 @@
11
*/
12
13
declare module '@solana/web3.js' {
14
- declare export type PublicKey = string;
15
-
16
// === src/publickey.js ===
17
declare export class PublicKey {
18
constructor(number: string | Buffer | Array<number>): PublicKey;
0 commit comments