fix: remove instanceof checks
This commit is contained in:
committed by
Michael Vines
parent
31ea69f278
commit
d0f4b24481
@@ -35,13 +35,6 @@ export class PublicKey {
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Checks if the provided object is a PublicKey
|
||||
*/
|
||||
static isPublicKey(o: Object): boolean {
|
||||
return o instanceof PublicKey;
|
||||
}
|
||||
|
||||
/**
|
||||
* Checks if two publicKeys are equal
|
||||
*/
|
||||
|
Reference in New Issue
Block a user