useSignerStatus
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.
Example
import { const useSignerStatus: (override?: AlchemyAccountContextProps) => UseSignerStatusResultHook to get the signer status, optionally using an override configuration, useful if you’re building your own login.
useSignerStatus } from "@account-kit/react"; const const signerStatus: SignerStatussignerStatus = function useSignerStatus(override?: AlchemyAccountContextProps): UseSignerStatusResultHook to get the signer status, optionally using an override configuration, useful if you’re building your own login.
useSignerStatus();
Parameters
Returns
SignerStatus
the current state of the signer. ref