pokemon-go-protobuf-types-0.1.2: Haskell types for the Pokemon Go protobuf protocol.
Proto.POGOProtos.Data.Player.PlayerCurrency
data PlayerCurrency Source #
Constructors
Fields
Instances
Methods
(==) :: PlayerCurrency -> PlayerCurrency -> Bool #
(/=) :: PlayerCurrency -> PlayerCurrency -> Bool #
showsPrec :: Int -> PlayerCurrency -> ShowS #
show :: PlayerCurrency -> String #
showList :: [PlayerCurrency] -> ShowS #
def :: PlayerCurrency #
descriptor :: MessageDescriptor PlayerCurrency #
field :: ProxySym "gems" -> Lens PlayerCurrency PlayerCurrency (Field "gems" PlayerCurrency) (Field "gems" PlayerCurrency) #
gems :: forall msg msg'. HasField "gems" msg msg' => Lens msg msg' (Field "gems" msg) (Field "gems" msg') Source #