data class CredentialRequest
Represents the result of the RxAnoncreds.proverCreateCredentialRequest. See Anoncreds.proverCreateCredentialReq for more details.
<init> |
Represents the result of the RxAnoncreds.proverCreateCredentialRequest. See Anoncreds.proverCreateCredentialReq for more details. CredentialRequest(requestJson: String, requestMetadataJson: String) |
requestJson |
is the credential request data to send. val requestJson: String |
requestMetadataJson |
is metadata about the credential request and should not be sent to the other party. val requestMetadataJson: String |