getSignerStatus

1function getSignerStatus(config): any;

Defined in: account-kit/core/src/actions/getSignerStatus.ts:18

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

Example

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

ParameterTypeDescription

config

AlchemyAccountsConfig

The configuration object containing the client store

Returns

any

The current signer status from the client store