storePublicKey

Stores the user's public key.

Usage

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.

Previous
retrieveUserPublicKey