Function: decryptIdentity()
decryptIdentity(
signer
,ciphertext
,nonce
):Promise
<IdentityKeys
>
Defined in: packages/hypergraph/src/connect/identity-encryption.ts:104
Parameters
signer
ciphertext
string
nonce
string
Returns
Promise
<IdentityKeys
>