aries / net.globalid.aries.features.presentproof.record / ProofRecord / ReceivedRequest / <init>

<init>

ReceivedRequest(@Json("Id") id: String, @Json("ConnectionContext") connectionContext: ConnectionContext, @Json("RequestJson") requestJson: String)

The present proof record in the "received request" state. We are the prover in this case. When we receive a request, we save the corresponding connection ID and the request JSON. We use the thread ID to decorate the response, if there will be one.