UNPKG

@ethersproject/hardware-wallets

Version:

Hardware Wallet support for ethers.

8 lines 254 B
import u2f from "@ledgerhq/hw-transport-u2f"; export declare type TransportCreator = { create: () => Promise<u2f.Transport>; }; export declare const transports: { [name: string]: TransportCreator; }; //# sourceMappingURL=ledger-transport.d.ts.map