Request

@Serializable
data class Request(val earliestEvents: List<EventId>, val latestEvents: List<EventId>, val limit: Long? = null, val minDepth: Long? = null)

Constructors

Link copied to clipboard
constructor(earliestEvents: List<EventId>, latestEvents: List<EventId>, limit: Long? = null, minDepth: Long? = null)

Properties

Link copied to clipboard
val earliestEvents: List<EventId>
Link copied to clipboard
val latestEvents: List<EventId>
Link copied to clipboard
val limit: Long? = null
Link copied to clipboard
val minDepth: Long? = null