@ethersproject/json-wallets
Advanced tools
Comparing version 5.0.0-beta.137 to 5.0.0-beta.138
@@ -1,1 +0,1 @@ | ||
export declare const version = "json-wallets/5.0.0-beta.137"; | ||
export declare const version = "json-wallets/5.0.0-beta.138"; |
@@ -1,1 +0,1 @@ | ||
export const version = "json-wallets/5.0.0-beta.137"; | ||
export const version = "json-wallets/5.0.0-beta.138"; |
import { ExternallyOwnedAccount } from "@ethersproject/abstract-signer"; | ||
import { Bytes } from "@ethersproject/bytes"; | ||
import { Description } from "@ethersproject/properties"; | ||
interface _CrowdsaleAccount { | ||
export interface _CrowdsaleAccount { | ||
address: string; | ||
@@ -18,2 +18,1 @@ privateKey: string; | ||
export declare function decrypt(json: string, password: Bytes | string): ExternallyOwnedAccount; | ||
export {}; |
@@ -5,3 +5,3 @@ import { ExternallyOwnedAccount } from "@ethersproject/abstract-signer"; | ||
import { Description } from "@ethersproject/properties"; | ||
interface _KeystoreAccount { | ||
export interface _KeystoreAccount { | ||
address: string; | ||
@@ -35,2 +35,1 @@ privateKey: string; | ||
export declare function encrypt(account: ExternallyOwnedAccount, password: Bytes | string, options?: EncryptOptions, progressCallback?: ProgressCallback): Promise<string>; | ||
export {}; |
@@ -1,1 +0,1 @@ | ||
export declare const version = "json-wallets/5.0.0-beta.137"; | ||
export declare const version = "json-wallets/5.0.0-beta.138"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.version = "json-wallets/5.0.0-beta.137"; | ||
exports.version = "json-wallets/5.0.0-beta.138"; |
import { ExternallyOwnedAccount } from "@ethersproject/abstract-signer"; | ||
import { Bytes } from "@ethersproject/bytes"; | ||
import { Description } from "@ethersproject/properties"; | ||
interface _CrowdsaleAccount { | ||
export interface _CrowdsaleAccount { | ||
address: string; | ||
@@ -18,2 +18,1 @@ privateKey: string; | ||
export declare function decrypt(json: string, password: Bytes | string): ExternallyOwnedAccount; | ||
export {}; |
@@ -5,3 +5,3 @@ import { ExternallyOwnedAccount } from "@ethersproject/abstract-signer"; | ||
import { Description } from "@ethersproject/properties"; | ||
interface _KeystoreAccount { | ||
export interface _KeystoreAccount { | ||
address: string; | ||
@@ -35,2 +35,1 @@ privateKey: string; | ||
export declare function encrypt(account: ExternallyOwnedAccount, password: Bytes | string, options?: EncryptOptions, progressCallback?: ProgressCallback): Promise<string>; | ||
export {}; |
@@ -39,5 +39,5 @@ { | ||
}, | ||
"tarballHash": "0x444f5beaea128ad7f3894689177e2b70875b2ddd08fcae32a0dd09d499f6bf81", | ||
"tarballHash": "0x1b8de5f813685d657c1fc20d0a7bd90d2d297e03341a9a93c5d65d594bdb7862", | ||
"types": "./lib/index.d.ts", | ||
"version": "5.0.0-beta.137" | ||
"version": "5.0.0-beta.138" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
55022
1249