GenericRepost

data class GenericRepost(val repost: SignedNostrEvent, val embeddedEvent: SignedNostrEvent)

Validated receive-only NIP-18 generic repost.

Constructors

Link copied to clipboard
constructor(repost: SignedNostrEvent, embeddedEvent: SignedNostrEvent)

Properties

Link copied to clipboard

Exact verified signed event embedded by the repost.

Link copied to clipboard

Exact verified kind-16 repost event.