Remove foreign property breaking types

This commit is contained in:
dapplion 2020-11-30 23:49:39 +00:00
parent 5fee5e367b
commit 4f11731ed8
1 changed files with 0 additions and 3 deletions

View File

@ -57,9 +57,6 @@ export declare class SecretKey implements ISecretKey {
}
export declare class PublicKey implements IPublicKey {
// Virtual property so PublicKey type != Signature type
private isPublicKey: true;
static fromBytes(bytes: Uint8Array): PublicKey;
static fromHex(hex: string): PublicKey;
static aggregate(publicKeys: PublicKey[]): PublicKey;