@JsonClass(true) data class AckPresentationReceived : ProofRecord
The present proof record was received by Verifier and he responded with acknowledge.
<init> |
The present proof record was received by Verifier and he responded with acknowledge. AckPresentationReceived(id: String, connectionContext: ConnectionContext, requestJson: String, proofJson: String, status: String) |
connectionContext |
context about the connection for this instance of the protocol val connectionContext: ConnectionContext |
id |
is the wallet record ID. val id: String |
proofJson |
the presented proof JSON format val proofJson: String |
requestJson |
the request JSON format val requestJson: String |
status |
acknowledge status response val status: String |
requireProofRequest |
Gets parsed ProofRequest object from requestJson fun requireProofRequest(): ProofRequest |