For the complete documentation index, see llms.txt. This page is also available as Markdown.

isInitialized

Checks if the Encryptor Extension is initialized. Initialized means that the extension has generated keypair.

Usage

const isInitialized = await encryptorExtension.isInitialized();

Returns

Promise<boolean>

A promise that resolves to true if the Encryptor Extension is initialized, otherwise false.

Last updated