getAttestation

abstract fun getAttestation(attestationId: String): Flow<Attestation?>

Get a single attestation by its id.

Return

Flow containing the Attestation or null if not found.

Parameters

attestationId

the id of the attestation. To get a List of saved Attestation see GetAttestations.