aries / net.globalid.aries.utils / RxDid / MyDidInformation

MyDidInformation

@JsonClass(true) data class MyDidInformation

Represents the identity information JSON from Did.createAndStoreMyDid.

Constructors

<init>

Represents the identity information JSON from Did.createAndStoreMyDid.

MyDidInformation(did: String? = null, seed: String? = null, cryptoType: String? = null, cid: Boolean? = null, methodName: String? = null)

Properties

cid

val cid: Boolean?

cryptoType

val cryptoType: String?

did

val did: String?

methodName

val methodName: String?

seed

val seed: String?