Checks if the Encryptor Extension is initialized. Initialized means that the extension has generated keypair.
const isInitialized = await encryptorExtension.isInitialized();
Promise<boolean>
A promise that resolves to true if the Encryptor Extension is initialized, otherwise false.
Last updated 5 months ago