fix: remove instanceof checks
This commit is contained in:
committed by
Michael Vines
parent
31ea69f278
commit
d0f4b24481
@@ -19,7 +19,6 @@ declare module '@solana/web3.js' {
|
||||
constructor(
|
||||
value: number | string | Buffer | Uint8Array | Array<number>,
|
||||
): PublicKey;
|
||||
static isPublicKey(o: {}): boolean;
|
||||
static createWithSeed(
|
||||
fromPublicKey: PublicKey,
|
||||
seed: string,
|
||||
|
Reference in New Issue
Block a user