aries / net.globalid.aries.features.presentproof.record / ProofRecord / RejectedRequest

RejectedRequest

@JsonClass(true) data class RejectedRequest : ProofRecord

The present proof record in the "rejected request" state.

Constructors

<init>

The present proof record in the "rejected request" state.

RejectedRequest(id: String, connectionContext: ConnectionContext, requestJson: String)

Properties

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

Functions

requireProofRequest

Gets parsed ProofRequest object from requestJson

fun requireProofRequest(): ProofRequest