getSigner
Defined in: account-kit/core/src/actions/getSigner.ts:19
If there is a signer attached to the client state, it will return it. The signer should always be null on the server, and will be set on the client if the store was properly hydrated.
Example
Type Parameters
Parameters
Returns
null | T
the instance of the signer present in the store if it exists, otherwise null