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 {
|
data PublicGame = PublicGame {
|
||||||
nonce :: ByteString
|
nonce :: ByteString
|
||||||
, playerHand :: Hanafuda.Pack
|
, playerHand :: Hanafuda.Pack
|
||||||
, privateState :: ByteString
|
, private :: ByteString
|
||||||
, publicState :: PublicState
|
, public :: PublicState
|
||||||
, publicSignature :: ByteString
|
, publicSignature :: ByteString
|
||||||
} deriving Generic
|
} deriving Generic
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue