isUnlocked

Determines if the Encryptor Extension is unlocked.

Usage

const isUnlocked = await encryptorExtension.isUnlocked();

Returns

Promise<boolean>

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

Previous
isLocked