data class DidEndpointAndRecipientKeys
The did information
<init> |
The did information DidEndpointAndRecipientKeys(did: String, endpoint: String, verKey: String) |
did |
is the distributed identifier val did: String |
endpoint |
the endpoint val endpoint: String |
verKey |
the verification key val verKey: String |