How to use the @ledgerhq/hw-app-eth/lib/Eth function in @ledgerhq/hw-app-eth

To help you get started, we’ve selected a few @ledgerhq/hw-app-eth examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github Synthetixio / synthetix-js / lib / signers / ledgerSigner.js View on Github external
.then(transport => {
        transport.on('disconnect', () => {
          this.eth = null;
        });
        this.eth = new Eth(transport);
      })
      .catch(err => {