CardOp

@Serializable
sealed class CardOp

Inheritors

Types

Link copied to clipboard
@Serializable
data class DepositKey(val player: PlayerId, val escrowedKey: EncryptedKey) : CardOp
Link copied to clipboard
@Serializable
data class Encrypt(val player: PlayerId, val newCiphertext: ByteArray, val proof: EncryptProof) : CardOp
Link copied to clipboard
@Serializable
data class Strip(val player: PlayerId, val newCiphertext: ByteArray, val proof: StripProof) : CardOp