ethers.js/docs/v5/api/other/hardware
2021-02-08 15:26:10 -05:00
..
index.html docs: commit built docs 2021-02-08 15:26:10 -05:00
README.md Updated docs build. 2020-07-03 01:54:56 -04:00

Documentation: html

Hardware Wallets

LedgerSigner

import { LedgerSigner } from "@ethersproject/hardware-wallets";

API

**new **LedgerSigner( [ provider [ , type [ , path ] ] ] ) => LedgerSigner

Connects to a Ledger Hardware Wallet. The type if left unspecified is determined by the environment; in node the default is "hid" and in the browser "u2f" is the default. The default Ethereum path is used if path is left unspecified.