Skip to content

Commit

Permalink
Abstracting mnemonic phrases (ethers-io#685).
Browse files Browse the repository at this point in the history
  • Loading branch information
ricmoo committed Jan 19, 2020
1 parent 0b2c167 commit 2ba63d6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src.ts/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,9 @@ import { UnicodeNormalizationForm } from "@ethersproject/strings";

import { CoerceFunc } from "@ethersproject/abi";
import { Bytes, BytesLike, Hexable } from "@ethersproject/bytes"
import { ConnectionInfo, FetchJsonResponse, OnceBlockable, PollOptions } from "@ethersproject/web";
import { Mnemonic } from "@ethersproject/hdnode";
import { EncryptOptions, ProgressCallback } from "@ethersproject/json-wallets";
import { ConnectionInfo, FetchJsonResponse, OnceBlockable, PollOptions } from "@ethersproject/web";

////////////////////////
// Exports
Expand Down Expand Up @@ -162,6 +163,8 @@ export {

Indexed,

Mnemonic,

ConnectionInfo,
OnceBlockable,
PollOptions,
Expand Down

0 comments on commit 2ba63d6

Please sign in to comment.