2
0
mirror of synced 2025-02-25 04:25:16 +00:00
ethers.js/wallet/index.d.ts

6 lines
232 B
TypeScript

import { Wallet } from './wallet';
import * as HDNode from './hdnode';
import { SigningKey } from './signing-key';
import { Signer as AbstractSigner } from './abstract-signer';
export { AbstractSigner, HDNode, SigningKey, Wallet };