# getState

Retrieves the state of the Encryptor extension.

### Usage

```ts
const encryptorState = await encryptor.getState();
```

### Returns

`Promise<EncryptorState>`

A promise that resolves to the current state of the Encryptor extension.
