abstract fun rejectReceivedRequest(agent: Agent, recordId: String): Completable
Rejects the received proof request by recordId
recordId
- is the id of record ProofRecord at
ProofRecord.ReceivedRequest state. Otherwise, the method throws exception.
Return
the Completable.