pokemon-go-protobuf-types-0.1.0.0: Haskell types for the Pokemon Go protobuf protocol.

Safe HaskellNone
LanguageHaskell2010

Proto.POGOProtos.Data.Player.Currency

Documentation

data Currency #

Constructors

Currency 

Instances

Eq Currency # 
Show Currency # 
Message Currency # 

Methods

descriptor :: MessageDescriptor Currency

Default Currency # 

Methods

def :: Currency

HasField "amount" Currency Currency # 

Methods

field :: ProxySym "amount" -> Lens Currency Currency (Field "amount" Currency) (Field "amount" Currency)

HasField "name" Currency Currency # 

Methods

field :: ProxySym "name" -> Lens Currency Currency (Field "name" Currency) (Field "name" Currency)

type Field "amount" Currency # 
type Field "amount" Currency = Int32
type Field "name" Currency # 
type Field "name" Currency = Text

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') #