Remove foreign property breaking types
This commit is contained in:
parent
5fee5e367b
commit
4f11731ed8
|
@ -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;
|
||||
|
|
Reference in New Issue