FollowList

data class FollowList(val rumor: NostrRumor, val contacts: List<Contact>, val containedDuplicates: Boolean)

Parsed private author-copy follow list.

Constructors

Link copied to clipboard
constructor(rumor: NostrRumor, contacts: List<Contact>, containedDuplicates: Boolean)

Properties

Link copied to clipboard

Canonically ordered first occurrence of each contact.

Link copied to clipboard

Whether duplicate public keys were discarded.

Link copied to clipboard

Exact validated rumor.