Safe Haskell | None |
---|---|
Language | Haskell2010 |
Network.ABCI.Types.Messages.Response
Documentation
Constructors
Echo | |
Fields
|
Instances
Eq Echo Source # | |
Show Echo Source # | |
Generic Echo Source # | |
FromJSON Echo Source # | |
Defined in Network.ABCI.Types.Messages.Response | |
ToJSON Echo Source # | |
Defined in Network.ABCI.Types.Messages.Response Methods toEncoding :: Echo -> Encoding toJSONList :: [Echo] -> Value toEncodingList :: [Echo] -> Encoding | |
Wrapped Echo Source # | |
Default Echo Source # | |
Defined in Network.ABCI.Types.Messages.Response | |
type Rep Echo Source # | |
Defined in Network.ABCI.Types.Messages.Response | |
type Unwrapped Echo Source # | |
Defined in Network.ABCI.Types.Messages.Response |
_echoMessage :: Iso' Echo Text Source #
Constructors
Flush |
Instances
Eq Flush Source # | |
Show Flush Source # | |
Generic Flush Source # | |
FromJSON Flush Source # | |
Defined in Network.ABCI.Types.Messages.Response | |
ToJSON Flush Source # | |
Defined in Network.ABCI.Types.Messages.Response Methods toEncoding :: Flush -> Encoding toJSONList :: [Flush] -> Value toEncodingList :: [Flush] -> Encoding | |
Wrapped Flush Source # | |
Default Flush Source # | |
Defined in Network.ABCI.Types.Messages.Response | |
type Rep Flush Source # | |
type Unwrapped Flush Source # | |
Defined in Network.ABCI.Types.Messages.Response |
Constructors
Info | |
Fields
|
Instances
_infoVersion :: Lens' Info Text Source #
_infoLastBlockHeight :: Lens' Info (WrappedVal Int64) Source #
_infoLastBlockAppHash :: Lens' Info HexString Source #
_infoAppVersion :: Lens' Info (WrappedVal Word64) Source #
Constructors
SetOption | |
Fields
|
Instances
_setOptionLog :: Lens' SetOption Text Source #
_setOptionInfo :: Lens' SetOption Text Source #
_setOptionCode :: Lens' SetOption Word32 Source #
Constructors
InitChain | |
Fields
|
Instances
_initChainValidators :: Lens' InitChain [ValidatorUpdate] Source #
_initChainConsensusParams :: Lens' InitChain (Maybe ConsensusParams) Source #
Constructors
Query | |
Fields
|
Instances
_queryValue :: Lens' Query Base64String Source #
_queryKey :: Lens' Query Base64String Source #
_queryInfo :: Lens' Query Text Source #
_queryIndex :: Lens' Query (WrappedVal Int64) Source #
_queryHeight :: Lens' Query (WrappedVal Int64) Source #
_queryCodespace :: Lens' Query Text Source #
_queryCode :: Lens' Query Word32 Source #
data BeginBlock Source #
Constructors
BeginBlock | |
Fields
|
Instances
_beginBlockEvents :: Iso' BeginBlock [Event] Source #
Constructors
CheckTx | |
Fields
|
Instances
_checkTxLog :: Lens' CheckTx Text Source #
_checkTxInfo :: Lens' CheckTx Text Source #
_checkTxGasWanted :: Lens' CheckTx (WrappedVal Int64) Source #
_checkTxGasUsed :: Lens' CheckTx (WrappedVal Int64) Source #
_checkTxEvents :: Lens' CheckTx [Event] Source #
_checkTxData :: Lens' CheckTx Base64String Source #
_checkTxCodespace :: Lens' CheckTx Text Source #
_checkTxCode :: Lens' CheckTx Word32 Source #
Constructors
DeliverTx | |
Fields
|
Instances
_deliverTxLog :: Lens' DeliverTx Text Source #
_deliverTxInfo :: Lens' DeliverTx Text Source #
_deliverTxGasWanted :: Lens' DeliverTx (WrappedVal Int64) Source #
_deliverTxGasUsed :: Lens' DeliverTx (WrappedVal Int64) Source #
_deliverTxEvents :: Lens' DeliverTx [Event] Source #
_deliverTxData :: Lens' DeliverTx Base64String Source #
_deliverTxCodespace :: Lens' DeliverTx Text Source #
_deliverTxCode :: Lens' DeliverTx Word32 Source #
Constructors
EndBlock | |
Fields
|
Instances
_endBlockValidatorUpdates :: Lens' EndBlock [ValidatorUpdate] Source #
_endBlockEvents :: Lens' EndBlock [Event] Source #
Constructors
Commit | |
Fields
|
Instances
Eq Commit Source # | |
Show Commit Source # | |
Generic Commit Source # | |
FromJSON Commit Source # | |
Defined in Network.ABCI.Types.Messages.Response | |
ToJSON Commit Source # | |
Defined in Network.ABCI.Types.Messages.Response Methods toEncoding :: Commit -> Encoding toJSONList :: [Commit] -> Value toEncodingList :: [Commit] -> Encoding | |
Wrapped Commit Source # | |
Default Commit Source # | |
Defined in Network.ABCI.Types.Messages.Response | |
type Rep Commit Source # | |
Defined in Network.ABCI.Types.Messages.Response type Rep Commit = D1 (MetaData "Commit" "Network.ABCI.Types.Messages.Response" "hs-abci-types-0.1.0.0-CSbCBfElGIr9n2xrkSCrY5" False) (C1 (MetaCons "Commit" PrefixI True) (S1 (MetaSel (Just "commitData") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Base64String))) | |
type Unwrapped Commit Source # | |
Defined in Network.ABCI.Types.Messages.Response |
_commitData :: Iso' Commit Base64String Source #
Constructors
Exception | |
Fields
|
Instances
Eq Exception Source # | |
Show Exception Source # | |
Generic Exception Source # | |
FromJSON Exception Source # | |
Defined in Network.ABCI.Types.Messages.Response | |
ToJSON Exception Source # | |
Defined in Network.ABCI.Types.Messages.Response Methods toEncoding :: Exception -> Encoding toJSONList :: [Exception] -> Value toEncodingList :: [Exception] -> Encoding | |
Wrapped Exception Source # | |
Default Exception Source # | |
Defined in Network.ABCI.Types.Messages.Response | |
type Rep Exception Source # | |
Defined in Network.ABCI.Types.Messages.Response | |
type Unwrapped Exception Source # | |
Defined in Network.ABCI.Types.Messages.Response |
_exceptionError :: Iso' Exception Text Source #