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.Request parseJSON :: Value -> Parser Echo parseJSONList :: Value -> Parser [Echo] | |
ToJSON Echo Source # | |
Defined in Network.ABCI.Types.Messages.Request | |
Wrapped Echo Source # | |
Defined in Network.ABCI.Types.Messages.Request type Unwrapped Echo | |
Default Echo Source # | |
Defined in Network.ABCI.Types.Messages.Request | |
type Rep Echo Source # | |
Defined in Network.ABCI.Types.Messages.Request | |
type Unwrapped Echo Source # | |
Defined in Network.ABCI.Types.Messages.Request |
_echoMessage :: Iso' Echo Text Source #
Instances
Eq Flush Source # | |
Show Flush Source # | |
Generic Flush Source # | |
FromJSON Flush Source # | |
Defined in Network.ABCI.Types.Messages.Request parseJSON :: Value -> Parser Flush parseJSONList :: Value -> Parser [Flush] | |
ToJSON Flush Source # | |
Defined in Network.ABCI.Types.Messages.Request | |
Wrapped Flush Source # | |
Defined in Network.ABCI.Types.Messages.Request type Unwrapped Flush | |
Default Flush Source # | |
Defined in Network.ABCI.Types.Messages.Request | |
type Rep Flush Source # | |
type Unwrapped Flush Source # | |
Defined in Network.ABCI.Types.Messages.Request |
Info | |
|
Instances
_infoVersion :: Lens' Info Text Source #
_infoP2pVersion :: Lens' Info Word64 Source #
_infoBlockVersion :: Lens' Info Word64 Source #
SetOption | |
|
Instances
_setOptionValue :: Lens' SetOption Text Source #
_setOptionKey :: Lens' SetOption Text Source #
InitChain | |
|
Instances
_initChainValidators :: Lens' InitChain [ValidatorUpdate] Source #
_initChainConsensusParams :: Lens' InitChain (Maybe ConsensusParams) Source #
_initChainChainId :: Lens' InitChain Text Source #
_initChainAppState :: Lens' InitChain Base64String Source #
Query | |
|
Instances
_queryProve :: Lens' Query Bool Source #
_queryPath :: Lens' Query Text Source #
_queryHeight :: Lens' Query (WrappedVal Int64) Source #
_queryData :: Lens' Query Base64String Source #
data BeginBlock Source #
BeginBlock | |
|
Instances
_beginBlockLastCommitInfo :: Lens' BeginBlock (Maybe LastCommitInfo) Source #
_beginBlockHeader :: Lens' BeginBlock (Maybe Header) Source #
_beginBlockHash :: Lens' BeginBlock HexString Source #
_beginBlockByzantineValidators :: Lens' BeginBlock [Evidence] Source #
CheckTx | |
|
Instances
_checkTxTx :: Iso' CheckTx Base64String Source #
DeliverTx | |
|
Instances
_deliverTxTx :: Iso' DeliverTx Base64String Source #
EndBlock | |
|
Instances
_endBlockHeight :: Iso' EndBlock (WrappedVal Int64) Source #
Instances
Eq Commit Source # | |
Show Commit Source # | |
Generic Commit Source # | |
FromJSON Commit Source # | |
Defined in Network.ABCI.Types.Messages.Request parseJSON :: Value -> Parser Commit parseJSONList :: Value -> Parser [Commit] | |
ToJSON Commit Source # | |
Defined in Network.ABCI.Types.Messages.Request toEncoding :: Commit -> Encoding toJSONList :: [Commit] -> Value toEncodingList :: [Commit] -> Encoding | |
Wrapped Commit Source # | |
Defined in Network.ABCI.Types.Messages.Request type Unwrapped Commit | |
Default Commit Source # | |
Defined in Network.ABCI.Types.Messages.Request | |
type Rep Commit Source # | |
type Unwrapped Commit Source # | |
Defined in Network.ABCI.Types.Messages.Request |