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