GetAttestations

interface GetAttestations

This interface provides the functionality to get a List of saved Attestations.

Inheritors

Properties

Link copied to clipboard
abstract val attestations: Flow<List<Attestation>>

Provides a List of saved Attestations as Flow. The Flow is updated when a new Attestation is saved.