hs-abci-types-0.1.0.0
Proto.Vendored.Google.Protobuf.Timestamp
data Timestamp Source #
Fields :
seconds
:: Lens' Timestamp Data.Int.Int64
nanos
:: Lens' Timestamp Data.Int.Int32
Defined in Proto.Vendored.Google.Protobuf.Timestamp
Methods
(==) :: Timestamp -> Timestamp -> Bool #
(/=) :: Timestamp -> Timestamp -> Bool #
compare :: Timestamp -> Timestamp -> Ordering #
(<) :: Timestamp -> Timestamp -> Bool #
(<=) :: Timestamp -> Timestamp -> Bool #
(>) :: Timestamp -> Timestamp -> Bool #
(>=) :: Timestamp -> Timestamp -> Bool #
max :: Timestamp -> Timestamp -> Timestamp #
min :: Timestamp -> Timestamp -> Timestamp #
showsPrec :: Int -> Timestamp -> ShowS #
show :: Timestamp -> String #
showList :: [Timestamp] -> ShowS #
rnf :: Timestamp -> () #
messageName :: Proxy Timestamp -> Text
defMessage :: Timestamp
fieldsByTag :: Map Tag (FieldDescriptor Timestamp)
fieldsByTextFormatName :: Map String (FieldDescriptor Timestamp)
unknownFields :: Lens' Timestamp FieldSet
parseMessage :: Parser Timestamp
buildMessage :: Timestamp -> Builder
fieldOf :: Functor f => Proxy# "nanos" -> (Int32 -> f Int32) -> Timestamp -> f Timestamp
fieldOf :: Functor f => Proxy# "seconds" -> (Int64 -> f Int64) -> Timestamp -> f Timestamp
Defined in Proto.Types
fieldOf :: Functor f => Proxy# "time" -> (Timestamp -> f Timestamp) -> RequestInitChain -> f RequestInitChain
fieldOf :: Functor f => Proxy# "time" -> (Timestamp -> f Timestamp) -> Header -> f Header
fieldOf :: Functor f => Proxy# "time" -> (Timestamp -> f Timestamp) -> Evidence -> f Evidence
fieldOf :: Functor f => Proxy# "maybe'time" -> (Maybe Timestamp -> f (Maybe Timestamp)) -> RequestInitChain -> f RequestInitChain
fieldOf :: Functor f => Proxy# "maybe'time" -> (Maybe Timestamp -> f (Maybe Timestamp)) -> Header -> f Header
fieldOf :: Functor f => Proxy# "maybe'time" -> (Maybe Timestamp -> f (Maybe Timestamp)) -> Evidence -> f Evidence