Function: encryptIdentity()
encryptIdentity(signer, accountAddress, keys): Promise<{ ciphertext: string; nonce: string; }>
Defined in: packages/hypergraph/src/identity/identity-encryption.ts:68
Parameters
signer
Signer
accountAddress
string
keys
IdentityKeys
Returns
Promise<{ ciphertext: string; nonce: string; }>