Key Chain Link
data class KeyChainLink(val signingUserId: UserId, val signingKey: Key.Ed25519Key, val signedUserId: UserId, val signedKey: Key.Ed25519Key)
Constructors
Link copied to clipboard
fun KeyChainLink(signingUserId: UserId, signingKey: Key.Ed25519Key, signedUserId: UserId, signedKey: Key.Ed25519Key)