aboutsummaryrefslogtreecommitdiffstats
path: root/packages/typescript-typings/types/eth-lightwallet/index.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/typescript-typings/types/eth-lightwallet/index.d.ts')
-rw-r--r--packages/typescript-typings/types/eth-lightwallet/index.d.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/typescript-typings/types/eth-lightwallet/index.d.ts b/packages/typescript-typings/types/eth-lightwallet/index.d.ts
index f6d0cd6d8..58096e9f4 100644
--- a/packages/typescript-typings/types/eth-lightwallet/index.d.ts
+++ b/packages/typescript-typings/types/eth-lightwallet/index.d.ts
@@ -41,7 +41,6 @@ declare module 'eth-lightwallet' {
public exportPrivateKey(address: string, pwDerivedKey: Uint8Array): string;
public getAddresses(): string[];
}
-
interface VaultOptions {
password: string;
seedPhrase: string;