hs-abci-types-0.1.0.0
Safe HaskellNone
LanguageHaskell2010

Proto.Google.Protobuf.Timestamp

Synopsis

Documentation

data Timestamp Source #

Fields :

  • seconds :: Lens' Timestamp Data.Int.Int64
  • nanos :: Lens' Timestamp Data.Int.Int32

Instances

Instances details
Eq Timestamp Source # 
Instance details

Defined in Proto.Google.Protobuf.Timestamp

Ord Timestamp Source # 
Instance details

Defined in Proto.Google.Protobuf.Timestamp

Show Timestamp Source # 
Instance details

Defined in Proto.Google.Protobuf.Timestamp

NFData Timestamp Source # 
Instance details

Defined in Proto.Google.Protobuf.Timestamp

Methods

rnf :: Timestamp -> () #

Message Timestamp Source # 
Instance details

Defined in Proto.Google.Protobuf.Timestamp

HasField Timestamp "nanos" Int32 Source # 
Instance details

Defined in Proto.Google.Protobuf.Timestamp

Methods

fieldOf :: Functor f => Proxy# "nanos" -> (Int32 -> f Int32) -> Timestamp -> f Timestamp

HasField Timestamp "seconds" Int64 Source # 
Instance details

Defined in Proto.Google.Protobuf.Timestamp

Methods

fieldOf :: Functor f => Proxy# "seconds" -> (Int64 -> f Int64) -> Timestamp -> f Timestamp

HasField RequestInitChain "time" Timestamp 
Instance details

Defined in Proto.Types

HasField Header "time" Timestamp 
Instance details

Defined in Proto.Types

Methods

fieldOf :: Functor f => Proxy# "time" -> (Timestamp -> f Timestamp) -> Header -> f Header

HasField Evidence "time" Timestamp 
Instance details

Defined in Proto.Types

Methods

fieldOf :: Functor f => Proxy# "time" -> (Timestamp -> f Timestamp) -> Evidence -> f Evidence

HasField RequestInitChain "maybe'time" (Maybe Timestamp) 
Instance details

Defined in Proto.Types

Methods

fieldOf :: Functor f => Proxy# "maybe'time" -> (Maybe Timestamp -> f (Maybe Timestamp)) -> RequestInitChain -> f RequestInitChain

HasField Header "maybe'time" (Maybe Timestamp) 
Instance details

Defined in Proto.Types

Methods

fieldOf :: Functor f => Proxy# "maybe'time" -> (Maybe Timestamp -> f (Maybe Timestamp)) -> Header -> f Header

HasField Evidence "maybe'time" (Maybe Timestamp) 
Instance details

Defined in Proto.Types

Methods

fieldOf :: Functor f => Proxy# "maybe'time" -> (Maybe Timestamp -> f (Maybe Timestamp)) -> Evidence -> f Evidence