ReferencesAggregatedContent

@JsonClass(generateAdapter = true)
data class ReferencesAggregatedContent(@Json(name = "verif_sum") val verificationState: VerificationState)

Contains an aggregated summary info of the references. Put pre-computed info that you want to access quickly without having to go through all references events

Constructors

Link copied to clipboard
fun ReferencesAggregatedContent(@Json(name = "verif_sum") verificationState: VerificationState)

Properties

Link copied to clipboard
val verificationState: VerificationState