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
Some methods on keyrings are supposed to be used to initialize them with (or without) certain parameters after construction, like generateRandomMnemonic for HDKeyring or sublitCryptoKey for the QRKeyring.
Some of these can be assimilated to a more generic init function, which is also part of our generic Keyring type which can be implemented by all supported keyrings. We should evaluate if it's possible to remove all these custom initialization methods and have an init method when needed instead.
The text was updated successfully, but these errors were encountered:
Some methods on keyrings are supposed to be used to initialize them with (or without) certain parameters after construction, like
generateRandomMnemonic
for HDKeyring orsublitCryptoKey
for the QRKeyring.Some of these can be assimilated to a more generic
init
function, which is also part of our generic Keyring type which can be implemented by all supported keyrings. We should evaluate if it's possible to remove all these custom initialization methods and have aninit
method when needed instead.The text was updated successfully, but these errors were encountered: