Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wallet.isSignedIn() doesn't exist? #13

Open
GildedHonour opened this issue Oct 15, 2022 · 0 comments
Open

wallet.isSignedIn() doesn't exist? #13

GildedHonour opened this issue Oct 15, 2022 · 0 comments

Comments

@GildedHonour
Copy link

In the JS SDK of Near there's function myWallet.isSignedIn()

    //....
    const testnetNearConnection = await connect(testnetConnectionConfig);
    const testWallet = new WalletConnection(testnetNearConnection);

    if (!testWallet.isSignedIn()) {
     //......

It doesn't exist in this library, does it? Whereas NearApi.Wallet.RequestSignin.build_url does.

How to check if user is signed in then?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant