useSignIn
Call Signature
Use the 'Sign In With Solana' feature of a UiWallet or UiWalletAccount.
Parameters
| Parameter | Type |
|---|---|
uiWalletAccount | UiWalletAccount |
Returns
A function that you can call to sign in with the particular wallet and address specified by the supplied UiWalletAccount
Parameters
| Parameter | Type |
|---|---|
input? | Omit<SolanaSignInInput, "address"> |
Returns
Promise<Output>
Example
Call Signature
Parameters
| Parameter | Type |
|---|---|
uiWallet | UiWallet |
Returns
A function that you can call to sign in with the supplied UiWallet
Parameters
| Parameter | Type |
|---|---|
input? | SolanaSignInInput |
Returns
Promise<Output>