# storePublicKey

Stores the user's public key.

### Usage

```ts
const txResponse = await encryptor.storePublicKey();
```

### Returns

`Promise<EthereumTransactionResponse>`

A promise that resolves to the response from the `sendTransaction` method on the `walletClient` provided by the developer on `Mail` initialization.
