Skip to content
Alchemy Logo

useSignerStatus | @account-kit/react

function useSignerStatus(override?): SignerStatus;

Defined in: account-kit/react/src/hooks/useSignerStatus.ts:24

Hook to get the signer status, optionally using an override configuration, useful if you’re building your own login.

import { useSignerStatus } from "@account-kit/react";
 
const signerStatus = useSignerStatus();

ParameterTypeDescription

override?

AlchemyAccountContextProps

optional configuration to override the default context. ref

SignerStatus

the current state of the signer. ref

Was this page helpful?