DepositKey

@Serializable
data class DepositKey(val player: PlayerId, val escrowedKey: EncryptedKey) : CardOp

Constructors

Link copied to clipboard
constructor(player: PlayerId, escrowedKey: EncryptedKey)

Properties

Link copied to clipboard
Link copied to clipboard