| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Network.ABCI.Types.Messages.Request
Documentation
Constructors
| Echo | |
Fields
| |
Instances
| Eq Echo Source # | |
| Show Echo Source # | |
| Generic Echo Source # | |
| FromJSON Echo Source # | |
Defined in Network.ABCI.Types.Messages.Request | |
| ToJSON Echo Source # | |
Defined in Network.ABCI.Types.Messages.Request Methods toEncoding :: Echo -> Encoding toJSONList :: [Echo] -> Value toEncodingList :: [Echo] -> Encoding | |
| Wrapped Echo Source # | |
Defined in Network.ABCI.Types.Messages.Request Associated Types 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 #
Constructors
| Flush |
Instances
| Eq Flush Source # | |
| Show Flush Source # | |
| Generic Flush Source # | |
| FromJSON Flush Source # | |
Defined in Network.ABCI.Types.Messages.Request | |
| ToJSON Flush Source # | |
Defined in Network.ABCI.Types.Messages.Request Methods toEncoding :: Flush -> Encoding toJSONList :: [Flush] -> Value toEncodingList :: [Flush] -> Encoding | |
| Wrapped Flush Source # | |
Defined in Network.ABCI.Types.Messages.Request Associated Types 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 | |
Constructors
| Info | |
Fields
| |
Instances
_infoVersion :: Lens' Info Text Source #
_infoP2pVersion :: Lens' Info Word64 Source #
_infoBlockVersion :: Lens' Info Word64 Source #
Constructors
| SetOption | |
Fields
| |
Instances
_setOptionValue :: Lens' SetOption Text Source #
_setOptionKey :: Lens' SetOption Text Source #
Constructors
| InitChain | |
Fields
| |
Instances
_initChainValidators :: Lens' InitChain [ValidatorUpdate] Source #
_initChainConsensusParams :: Lens' InitChain (Maybe ConsensusParams) Source #
_initChainChainId :: Lens' InitChain Text Source #
_initChainAppState :: Lens' InitChain Base64String Source #
Constructors
| Query | |
Fields
| |
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 #
Constructors
| BeginBlock | |
Fields
| |
Instances
_beginBlockLastCommitInfo :: Lens' BeginBlock (Maybe LastCommitInfo) Source #
_beginBlockHeader :: Lens' BeginBlock (Maybe Header) Source #
_beginBlockHash :: Lens' BeginBlock HexString Source #
_beginBlockByzantineValidators :: Lens' BeginBlock [Evidence] Source #
Constructors
| CheckTx | |
Fields
| |
Instances
| Eq CheckTx Source # | |
| Show CheckTx Source # | |
| Generic CheckTx Source # | |
| FromJSON CheckTx Source # | |
Defined in Network.ABCI.Types.Messages.Request | |
| ToJSON CheckTx Source # | |
Defined in Network.ABCI.Types.Messages.Request Methods toEncoding :: CheckTx -> Encoding toJSONList :: [CheckTx] -> Value toEncodingList :: [CheckTx] -> Encoding | |
| Wrapped CheckTx Source # | |
Defined in Network.ABCI.Types.Messages.Request Associated Types type Unwrapped CheckTx | |
| Default CheckTx Source # | |
Defined in Network.ABCI.Types.Messages.Request | |
| type Rep CheckTx Source # | |
Defined in Network.ABCI.Types.Messages.Request type Rep CheckTx = D1 ('MetaData "CheckTx" "Network.ABCI.Types.Messages.Request" "hs-abci-types-0.1.0.0-JbnZdER2jhDLQQCYdLDZz" 'False) (C1 ('MetaCons "CheckTx" 'PrefixI 'True) (S1 ('MetaSel ('Just "checkTxTx") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Base64String))) | |
| type Unwrapped CheckTx Source # | |
Defined in Network.ABCI.Types.Messages.Request | |
_checkTxTx :: Iso' CheckTx Base64String Source #
Constructors
| DeliverTx | |
Fields
| |
Instances
| Eq DeliverTx Source # | |
| Show DeliverTx Source # | |
| Generic DeliverTx Source # | |
| FromJSON DeliverTx Source # | |
Defined in Network.ABCI.Types.Messages.Request | |
| ToJSON DeliverTx Source # | |
Defined in Network.ABCI.Types.Messages.Request Methods toEncoding :: DeliverTx -> Encoding toJSONList :: [DeliverTx] -> Value toEncodingList :: [DeliverTx] -> Encoding | |
| Wrapped DeliverTx Source # | |
Defined in Network.ABCI.Types.Messages.Request Associated Types type Unwrapped DeliverTx | |
| Default DeliverTx Source # | |
Defined in Network.ABCI.Types.Messages.Request | |
| type Rep DeliverTx Source # | |
Defined in Network.ABCI.Types.Messages.Request type Rep DeliverTx = D1 ('MetaData "DeliverTx" "Network.ABCI.Types.Messages.Request" "hs-abci-types-0.1.0.0-JbnZdER2jhDLQQCYdLDZz" 'False) (C1 ('MetaCons "DeliverTx" 'PrefixI 'True) (S1 ('MetaSel ('Just "deliverTxTx") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Base64String))) | |
| type Unwrapped DeliverTx Source # | |
Defined in Network.ABCI.Types.Messages.Request | |
_deliverTxTx :: Iso' DeliverTx Base64String Source #
Constructors
| EndBlock | |
Fields
| |
Instances
| Eq EndBlock Source # | |
| Show EndBlock Source # | |
| Generic EndBlock Source # | |
| FromJSON EndBlock Source # | |
Defined in Network.ABCI.Types.Messages.Request | |
| ToJSON EndBlock Source # | |
Defined in Network.ABCI.Types.Messages.Request Methods toEncoding :: EndBlock -> Encoding toJSONList :: [EndBlock] -> Value toEncodingList :: [EndBlock] -> Encoding | |
| Wrapped EndBlock Source # | |
Defined in Network.ABCI.Types.Messages.Request Associated Types type Unwrapped EndBlock | |
| Default EndBlock Source # | |
Defined in Network.ABCI.Types.Messages.Request | |
| type Rep EndBlock Source # | |
Defined in Network.ABCI.Types.Messages.Request type Rep EndBlock = D1 ('MetaData "EndBlock" "Network.ABCI.Types.Messages.Request" "hs-abci-types-0.1.0.0-JbnZdER2jhDLQQCYdLDZz" 'False) (C1 ('MetaCons "EndBlock" 'PrefixI 'True) (S1 ('MetaSel ('Just "endBlockHeight") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (WrappedVal Int64)))) | |
| type Unwrapped EndBlock Source # | |
Defined in Network.ABCI.Types.Messages.Request | |
_endBlockHeight :: Iso' EndBlock (WrappedVal Int64) Source #
Constructors
| Commit |
Instances
| Eq Commit Source # | |
| Show Commit Source # | |
| Generic Commit Source # | |
| FromJSON Commit Source # | |
Defined in Network.ABCI.Types.Messages.Request | |
| ToJSON Commit Source # | |
Defined in Network.ABCI.Types.Messages.Request Methods toEncoding :: Commit -> Encoding toJSONList :: [Commit] -> Value toEncodingList :: [Commit] -> Encoding | |
| Wrapped Commit Source # | |
Defined in Network.ABCI.Types.Messages.Request Associated Types 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 | |