aries / net.globalid.aries.utils / RxDid / TheirDidInformation / <init>

<init>

TheirDidInformation(did: String, @Json("verkey") verKey: String)

Represents the identity information JSON from Did.storeTheirDid. Note that the verification key is optional in the JSON, but considering their documentation "optional in case of adding a new DID, and DID is cryptonym: did == verkey", just make it explicit that did = verkey, as it is already mandatory when updating an existing DID.