Account Event Node
data class AccountEventNode(val projection: AccountProjection, val effectiveContent: String, val deleted: Boolean, val edited: Boolean, val replyCount: UInt)
One complete use-case node derived in Rust from authenticated truth.
projection retains the exact verified event/rumor. The remaining fields are deterministic query results; Android must not recompute them from tags.
Constructors
Link copied to clipboard
constructor(projection: AccountProjection, effectiveContent: String, deleted: Boolean, edited: Boolean, replyCount: UInt)