You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the type we use for Keyrings does not include a "destroy" function. On the other hand, Ledger and Trezor keyring have a function for this and is named dispose for Trezor and destroy for Ledger.
At the moment Ledger and Trezor keyrings are not implementing the Keyring type, but would be beneficial to:
Currently, the type we use for Keyrings does not include a "destroy" function. On the other hand, Ledger and Trezor keyring have a function for this and is named
dispose
for Trezor anddestroy
for Ledger.At the moment Ledger and Trezor keyrings are not implementing the Keyring type, but would be beneficial to:
destroy
method on Keyring typedispose
method todestroy
See also original discussion: MetaMask/KeyringController#233 (comment)
The text was updated successfully, but these errors were encountered: