isUserAddressInitialized
Last updated
Checks if the user address has an associated public key.
const user = '0x...';
const hasPublicKey = await encryptor.isUserAddressInitialized(user);Promise<boolean>
A promise that resolves to true if the user address has an associated public key, otherwise false.
Type Address
The user's address for which the public key association is being checked.
Last updated
