QueryServerKeysResponse

@Serializable
data class QueryServerKeysResponse(val serverKeys: Set<Signed<ServerKeys, String>>)

Constructors

Link copied to clipboard
fun QueryServerKeysResponse(serverKeys: Set<Signed<ServerKeys, String>>)

Properties

Link copied to clipboard