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
The various wallet adapters return wallet instances typed as core.HDWallet instead of the specific type of each wallets. This forces users to use type guards unnecessarily (or, practically, just to use a type assertion and kill a kitten).
Each adapter should return the specific type of the wallet it constructs.
The various wallet adapters return wallet instances typed as
core.HDWallet
instead of the specific type of each wallets. This forces users to use type guards unnecessarily (or, practically, just to use a type assertion and kill a kitten).Fixed by #418.
The text was updated successfully, but these errors were encountered: