Response

@Serializable
data class Response(val authChainIds: List<EventId>, val pduIds: List<EventId>)

Constructors

Link copied to clipboard
constructor(authChainIds: List<EventId>, pduIds: List<EventId>)

Properties

Link copied to clipboard
@SerialName(value = "auth_chain_ids")
val authChainIds: List<EventId>
Link copied to clipboard
@SerialName(value = "pdu_ids")
val pduIds: List<EventId>