@JsonClass(true) data class RejectedRequest : ProofRecord
The present proof record in the "rejected request" state.
<init> |
The present proof record in the "rejected request" state. RejectedRequest(id: String, connectionContext: ConnectionContext, requestJson: String) |
connectionContext |
context about the connection for this instance of the protocol val connectionContext: ConnectionContext |
id |
is the wallet record ID. val id: String |
requestJson |
the request JSON format val requestJson: String |
requireProofRequest |
Gets parsed ProofRequest object from requestJson fun requireProofRequest(): ProofRequest |