const useSolanaSigner: (opts?) => null | SolanaSigner;Defined in: account-kit/react/dist/types/hooks/useSolanaSigner.d.ts:26
This hook is used to create a SolanaSigner instance. It is used to sign transactions and messages for the Solana blockchain.
| Parameter | Type | Description |
|---|---|---|
| { | The options for the useSolanaSigner hook. |
| The signer set to use. |
null | SolanaSigner
A SolanaSigner instance.