All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.net.folivo.trixnity.client.store.KeyChainLink.kt Maven / Gradle / Ivy

There is a newer version: 4.7.1
Show newest version
package net.folivo.trixnity.client.store

import net.folivo.trixnity.core.model.UserId
import net.folivo.trixnity.core.model.keys.Key

data class KeyChainLink(
    val signingUserId: UserId,
    val signingKey: Key.Ed25519Key,
    val signedUserId: UserId,
    val signedKey: Key.Ed25519Key
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy