getSignerStatus

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

Import

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

Usage

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

Parameters

config

AlchemyAccountsConfig The configuration object containing the client store

Returns

SignerStatus The current signer status from the client store