Skip to content
Alchemy Logo

createSigner

function createSigner(params): AlchemyWebSigner;

Defined in: account-kit/core/src/environments/web/createSigner.ts:12

Given initial client store parameters, it initializes an AlchemySigner instance. This should only be called on the client.

ParameterTypeDescription

params

ClientStoreConfig

to configure and create the signer

AlchemyWebSigner

an instance of the AlchemySigner

Was this page helpful?