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
{{ message }}
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.
ugobriasco
changed the title
Module '"@solana/web3.js"' has no exported member 'Keypair'
[2.0.0-rc1] Module '"@solana/web3.js"' has no exported member 'Keypair'
Oct 30, 2024
We want to make sure to keep signal strong in the GitHub issue tracker – to make sure that it remains the best place to track issues that affect the development of the Solana JavaScript SDK itself.
Questions like yours deserve a purpose-built Q&A forum. Unless there exists evidence that this is a bug with the Solana JavaScript SDK itself, please post your question to the Solana Stack Exchange using this link: https://solana.stackexchange.com/questions/ask
This automated message is a result of having added the ‘question’ tag.
Because there has been no activity on this issue for 7 days since it was closed, it has been automatically locked. Please open a new issue if it requires a follow up.
Overview
I gave a try on the 2.0.0-rc.1 , finding out a pretty big breaking change. The Keypair class and its related interface seems to be removed.
Steps to reproduce
import { Keypair } from "@solana/web3.js";
in an arbitrary .ts file-->
Module '"@solana/web3.js"' has no exported member 'Keypair'.ts(2305)
Description of bug
Missing Kepair member
The text was updated successfully, but these errors were encountered: