iotaledger / iota-sdk

The IOTA SDK provides developers with a seamless experience to develop on IOTA by providing account abstractions and clients to interact with node APIs.
Apache License 2.0
57 stars 41 forks source link

Remove more secret manager methods from wallet #2189

Closed Alex6323 closed 6 months ago

Alex6323 commented 6 months ago

Description of change

Removes some secret manager methods { Stronghold, LedgerNano } from the wallet that are just forwarding calls. Instead you're now supposed to call those methods on the secret manager directly.

Links to any relevant issues

Fixes #1765

Alex6323 commented 6 months ago

We decided against this change.