Skip to content

ConnectIdentityResponse

Purpose

A ConnectIdentityResponse provides the handles to decryption and commitment engine instances for a newly connected identity, or an error if a failure occurred.

Type

Field Type Description
commitmentEngine Maybe<Commitment engine reference> Reference to newly instantiated commitment engine
decryptionEngine Maybe<Decryption engine reference> Reference to newly instantiated decryption engine
error string (tbd) Error in identity connectionn, if applicable

Record with fields:

  • commitmentEngine: Maybe

Reference to newly instantiated commitment engine - decryptionEngine: Maybe

Reference to newly instantiated commitment engine - error: Maybe

Error in identity connection, if applicable