GenerateIdentityResponse¶
Purpose¶
A GenerateIdentityResponse
provides the handles to decryption and commitment engine instances for a newly generated identity, or an error if a failure occurred.
Type¶
Record with fields:
commitmentEngine
: Maybe
Reference to newly instantiated commitment engine
decryptionEngine
: Maybe
Reference to newly instantiated decryption engine
externalIdentity
: ExternalIdentity
External identity of newly created identity
error
: Maybe
Error in identity generation, if applicable