Uses of Class
org.hyperledger.aries.api.present_proof.PresentProofRecordsFilter
-
Packages that use PresentProofRecordsFilter Package Description org.hyperledger.aries org.hyperledger.aries.api.present_proof -
-
Uses of PresentProofRecordsFilter in org.hyperledger.aries
Methods in org.hyperledger.aries with parameters of type PresentProofRecordsFilter Modifier and Type Method Description Optional<List<PresentationExchangeRecord>>AriesClient. presentProofRecords(PresentProofRecordsFilter filter)Fetch all present-proof exchange records -
Uses of PresentProofRecordsFilter in org.hyperledger.aries.api.present_proof
Methods in org.hyperledger.aries.api.present_proof that return PresentProofRecordsFilter Modifier and Type Method Description PresentProofRecordsFilterPresentProofRecordsFilter.PresentProofRecordsFilterBuilder. build()
-