Account Events
class AccountEvents
Exact authenticated event detail and relationship queries.
Functions
Link copied to clipboard
Return exact canonical signed-event JSON retained as protocol truth.
Link copied to clipboard
Return one authenticated projection by its logical event ID.
Link copied to clipboard
Observe one exact authenticated projection after durable account changes.
Link copied to clipboard
suspend fun relatedTo(eventId: NostrEventId, kind: ProjectionKind? = null, limit: Int = 50, offset: Int = 0): List<AccountEventNode>
Return authenticated events that directly target eventId.