Rename fields for lighter syntax
This commit is contained in:
parent
189e29b08c
commit
e10afdfac1
1 changed files with 2 additions and 2 deletions
|
@ -192,8 +192,8 @@ instance ToJSON ByteString where
|
|||
data PublicGame = PublicGame {
|
||||
nonce :: ByteString
|
||||
, playerHand :: Hanafuda.Pack
|
||||
, privateState :: ByteString
|
||||
, publicState :: PublicState
|
||||
, private :: ByteString
|
||||
, public :: PublicState
|
||||
, publicSignature :: ByteString
|
||||
} deriving Generic
|
||||
|
||||
|
|
Loading…
Reference in a new issue