For the complete documentation index, see llms.txt. This page is also available as Markdown.

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.

Last updated