UNPKG

@ethersproject/hardware-wallets

Version:

Hardware Wallet support for ethers.

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