2
0
mirror of synced 2025-02-25 20:45:17 +00:00

12 lines
220 B
TypeScript
Raw Normal View History

2018-06-13 15:39:39 -04:00
'use strict';
import { Wallet } from './wallet';
import * as HDNode from './hdnode';
import { SigningKey } from './signing-key';
2018-06-13 15:39:39 -04:00
export { HDNode, SigningKey, Wallet };
export default { HDNode, SigningKey, Wallet };
2018-06-13 15:39:39 -04:00