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