kuilt
Toggle table of contents
0.6.0-dev
common
Target filter
common
Switch theme
Search in API
Skip to content
kuilt
kuilt-deal
/
us.tractat.kuilt.deal
/
CardOp
Card
Op
@
Serializable
sealed
class
CardOp
Inheritors
Encrypt
Strip
DepositKey
Members
Types
Deposit
Key
Link copied to clipboard
@
Serializable
data
class
DepositKey
(
val
player
:
PlayerId
,
val
escrowedKey
:
EncryptedKey
)
:
CardOp
Encrypt
Link copied to clipboard
@
Serializable
data
class
Encrypt
(
val
player
:
PlayerId
,
val
newCiphertext
:
ByteArray
,
val
proof
:
EncryptProof
)
:
CardOp
Strip
Link copied to clipboard
@
Serializable
data
class
Strip
(
val
player
:
PlayerId
,
val
newCiphertext
:
ByteArray
,
val
proof
:
StripProof
)
:
CardOp