Skip to content

getSignerStatus

Retrieves the signer status from the client's store in the provided configuration.

Import

import { getSignerStatus } from "@account-kit/core";

Usage

import { getSignerStatus } from "@account-kit/core";
// see createConfig for more information on how to create a config
import { config } from "./config";
 
const signerStatus = getSignerStatus(config);

Parameters

config

AlchemyAccountsConfig The configuration object containing the client store

Returns

SignerStatus The current signer status from the client store