@JsonClass(true) data class MyDidInformation
Represents the identity information JSON from Did.createAndStoreMyDid.
<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) |
cid |
val cid: Boolean? |
cryptoType |
val cryptoType: String? |
did |
val did: String? |
methodName |
val methodName: String? |
seed |
val seed: String? |