Refactor Wallet and HDNodeWallet.

This commit is contained in:
Richard Moore 2022-11-10 04:04:53 -05:00
parent 1e56d5044e
commit b42107364d

@ -162,7 +162,6 @@ export type {
} from "./utils/index.js"; } from "./utils/index.js";
export type { export type {
KeystoreAccountParams, KeystoreAccount, KeystoreAccount, EncryptOptions
EncryptOptions
} from "./wallet/index.js"; } from "./wallet/index.js";