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