ethers.js/src.ts/wallet/index.ts
2018-08-02 20:30:44 -04:00

13 lines
183 B
TypeScript

'use strict';
import { Wallet } from './wallet';
import * as HDNode from './hdnode';
import { SigningKey } from './signing-key';
export {
HDNode,
SigningKey,
Wallet
};