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

AckPresentationReceived

@JsonClass(true) data class AckPresentationReceived : ProofRecord

The present proof record was received by Verifier and he responded with acknowledge.

Constructors

<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)

Properties

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

Functions

requireProofRequest

Gets parsed ProofRequest object from requestJson

fun requireProofRequest(): ProofRequest