aries / net.globalid.aries.features.presentproof / PresentProofService / rejectReceivedRequest

rejectReceivedRequest

abstract fun rejectReceivedRequest(agent: Agent, recordId: String): Completable

Rejects the received proof request by recordId

Parameters

agent - the agent

recordId - is the id of record ProofRecord at ProofRecord.ReceivedRequest state. Otherwise, the method throws exception.

Return
the Completable.