Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
Echo | |
|
Instances
Eq Echo Source # | |
Show Echo Source # | |
Generic Echo Source # | |
FromJSON Echo Source # | |
Defined in Network.ABCI.Types.Messages.Response parseJSON :: Value -> Parser Echo parseJSONList :: Value -> Parser [Echo] | |
ToJSON Echo Source # | |
Defined in Network.ABCI.Types.Messages.Response | |
Wrapped Echo Source # | |
Defined in Network.ABCI.Types.Messages.Response type Unwrapped Echo | |
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 #
Instances
Eq Flush Source # | |
Show Flush Source # | |
Generic Flush Source # | |
FromJSON Flush Source # | |
Defined in Network.ABCI.Types.Messages.Response parseJSON :: Value -> Parser Flush parseJSONList :: Value -> Parser [Flush] | |
ToJSON Flush Source # | |
Defined in Network.ABCI.Types.Messages.Response | |
Wrapped Flush Source # | |
Defined in Network.ABCI.Types.Messages.Response type Unwrapped Flush | |
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 |
Info | |
|
Instances
_infoVersion :: Lens' Info Text Source #
_infoLastBlockHeight :: Lens' Info (WrappedVal Int64) Source #
_infoLastBlockAppHash :: Lens' Info HexString Source #
_infoAppVersion :: Lens' Info (WrappedVal Word64) Source #
SetOption | |
|
Instances
_setOptionLog :: Lens' SetOption Text Source #
_setOptionInfo :: Lens' SetOption Text Source #
_setOptionCode :: Lens' SetOption Word32 Source #
InitChain | |
|
Instances
_initChainValidators :: Lens' InitChain [ValidatorUpdate] Source #
_initChainConsensusParams :: Lens' InitChain (Maybe ConsensusParams) Source #
Query | |
|
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 #
BeginBlock | |
|
Instances
_beginBlockEvents :: Iso' BeginBlock [Event] Source #
CheckTx | |
|
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 #
DeliverTx | |
|
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 #
EndBlock | |
|
Instances
_endBlockValidatorUpdates :: Lens' EndBlock [ValidatorUpdate] Source #
_endBlockEvents :: Lens' EndBlock [Event] Source #
Commit | |
|
Instances
Eq Commit Source # | |
Show Commit Source # | |
Generic Commit Source # | |
FromJSON Commit Source # | |
Defined in Network.ABCI.Types.Messages.Response parseJSON :: Value -> Parser Commit parseJSONList :: Value -> Parser [Commit] | |
ToJSON Commit Source # | |
Defined in Network.ABCI.Types.Messages.Response toEncoding :: Commit -> Encoding toJSONList :: [Commit] -> Value toEncodingList :: [Commit] -> Encoding | |
Wrapped Commit Source # | |
Defined in Network.ABCI.Types.Messages.Response type Unwrapped Commit | |
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-JbnZdER2jhDLQQCYdLDZz" '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 #
Instances
Eq Exception Source # | |
Show Exception Source # | |
Generic Exception Source # | |
FromJSON Exception Source # | |
Defined in Network.ABCI.Types.Messages.Response parseJSON :: Value -> Parser Exception parseJSONList :: Value -> Parser [Exception] | |
ToJSON Exception Source # | |
Defined in Network.ABCI.Types.Messages.Response toEncoding :: Exception -> Encoding toJSONList :: [Exception] -> Value toEncodingList :: [Exception] -> Encoding | |
Wrapped Exception Source # | |
Defined in Network.ABCI.Types.Messages.Response type Unwrapped Exception | |
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 #