Safe Haskell | None |
---|---|
Language | Haskell2010 |
Proto.Utxorpc.V1alpha.Query.Query
Synopsis
Documentation
data QueryService Source #
Constructors
QueryService |
Instances
data AnyChainParams Source #
Fields :
maybe'params
:: Lens' AnyChainParams (Prelude.Maybe AnyChainParams'Params)
maybe'cardano
:: Lens' AnyChainParams (Prelude.Maybe Proto.Utxorpc.V1alpha.Cardano.Cardano.PParams)
cardano
:: Lens' AnyChainParams Proto.Utxorpc.V1alpha.Cardano.Cardano.PParams
Instances
NFData AnyChainParams Source # | |
Defined in Proto.Utxorpc.V1alpha.Query.Query Methods rnf :: AnyChainParams -> () Source # | |
Show AnyChainParams Source # | |
Defined in Proto.Utxorpc.V1alpha.Query.Query | |
Eq AnyChainParams Source # | |
Defined in Proto.Utxorpc.V1alpha.Query.Query Methods (==) :: AnyChainParams -> AnyChainParams -> Bool Source # (/=) :: AnyChainParams -> AnyChainParams -> Bool Source # | |
Ord AnyChainParams Source # | |
Defined in Proto.Utxorpc.V1alpha.Query.Query Methods compare :: AnyChainParams -> AnyChainParams -> Ordering Source # (<) :: AnyChainParams -> AnyChainParams -> Bool Source # (<=) :: AnyChainParams -> AnyChainParams -> Bool Source # (>) :: AnyChainParams -> AnyChainParams -> Bool Source # (>=) :: AnyChainParams -> AnyChainParams -> Bool Source # max :: AnyChainParams -> AnyChainParams -> AnyChainParams Source # min :: AnyChainParams -> AnyChainParams -> AnyChainParams Source # | |
Message AnyChainParams Source # | |
Defined in Proto.Utxorpc.V1alpha.Query.Query Methods messageName :: Proxy AnyChainParams -> Text Source # packedMessageDescriptor :: Proxy AnyChainParams -> ByteString Source # packedFileDescriptor :: Proxy AnyChainParams -> ByteString Source # defMessage :: AnyChainParams Source # fieldsByTag :: Map Tag (FieldDescriptor AnyChainParams) Source # fieldsByTextFormatName :: Map String (FieldDescriptor AnyChainParams) Source # unknownFields :: Lens' AnyChainParams FieldSet Source # parseMessage :: Parser AnyChainParams Source # buildMessage :: AnyChainParams -> Builder Source # | |
HasField AnyChainParams "cardano" PParams Source # | |
Defined in Proto.Utxorpc.V1alpha.Query.Query Methods fieldOf :: Functor f => Proxy# "cardano" -> (PParams -> f PParams) -> AnyChainParams -> f AnyChainParams Source # | |
HasField ReadParamsResponse "values" AnyChainParams Source # | |
Defined in Proto.Utxorpc.V1alpha.Query.Query Methods fieldOf :: Functor f => Proxy# "values" -> (AnyChainParams -> f AnyChainParams) -> ReadParamsResponse -> f ReadParamsResponse Source # | |
HasField AnyChainParams "maybe'cardano" (Maybe PParams) Source # | |
Defined in Proto.Utxorpc.V1alpha.Query.Query | |
HasField AnyChainParams "maybe'params" (Maybe AnyChainParams'Params) Source # | |
Defined in Proto.Utxorpc.V1alpha.Query.Query Methods fieldOf :: Functor f => Proxy# "maybe'params" -> (Maybe AnyChainParams'Params -> f (Maybe AnyChainParams'Params)) -> AnyChainParams -> f AnyChainParams Source # | |
HasField ReadParamsResponse "maybe'values" (Maybe AnyChainParams) Source # | |
Defined in Proto.Utxorpc.V1alpha.Query.Query Methods fieldOf :: Functor f => Proxy# "maybe'values" -> (Maybe AnyChainParams -> f (Maybe AnyChainParams)) -> ReadParamsResponse -> f ReadParamsResponse Source # |
data AnyChainParams'Params Source #
Constructors
AnyChainParams'Cardano !PParams |
Instances
NFData AnyChainParams'Params Source # | |
Defined in Proto.Utxorpc.V1alpha.Query.Query Methods rnf :: AnyChainParams'Params -> () Source # | |
Show AnyChainParams'Params Source # | |
Defined in Proto.Utxorpc.V1alpha.Query.Query | |
Eq AnyChainParams'Params Source # | |
Defined in Proto.Utxorpc.V1alpha.Query.Query Methods (==) :: AnyChainParams'Params -> AnyChainParams'Params -> Bool Source # (/=) :: AnyChainParams'Params -> AnyChainParams'Params -> Bool Source # | |
Ord AnyChainParams'Params Source # | |
Defined in Proto.Utxorpc.V1alpha.Query.Query Methods compare :: AnyChainParams'Params -> AnyChainParams'Params -> Ordering Source # (<) :: AnyChainParams'Params -> AnyChainParams'Params -> Bool Source # (<=) :: AnyChainParams'Params -> AnyChainParams'Params -> Bool Source # (>) :: AnyChainParams'Params -> AnyChainParams'Params -> Bool Source # (>=) :: AnyChainParams'Params -> AnyChainParams'Params -> Bool Source # max :: AnyChainParams'Params -> AnyChainParams'Params -> AnyChainParams'Params Source # min :: AnyChainParams'Params -> AnyChainParams'Params -> AnyChainParams'Params Source # | |
HasField AnyChainParams "maybe'params" (Maybe AnyChainParams'Params) Source # | |
Defined in Proto.Utxorpc.V1alpha.Query.Query Methods fieldOf :: Functor f => Proxy# "maybe'params" -> (Maybe AnyChainParams'Params -> f (Maybe AnyChainParams'Params)) -> AnyChainParams -> f AnyChainParams Source # |
data ChainPoint Source #
Fields :
Instances
NFData ChainPoint Source # | |
Defined in Proto.Utxorpc.V1alpha.Query.Query Methods rnf :: ChainPoint -> () Source # | |
Show ChainPoint Source # | |
Defined in Proto.Utxorpc.V1alpha.Query.Query | |
Eq ChainPoint Source # | |
Defined in Proto.Utxorpc.V1alpha.Query.Query Methods (==) :: ChainPoint -> ChainPoint -> Bool Source # (/=) :: ChainPoint -> ChainPoint -> Bool Source # | |
Ord ChainPoint Source # | |
Defined in Proto.Utxorpc.V1alpha.Query.Query Methods compare :: ChainPoint -> ChainPoint -> Ordering Source # (<) :: ChainPoint -> ChainPoint -> Bool Source # (<=) :: ChainPoint -> ChainPoint -> Bool Source # (>) :: ChainPoint -> ChainPoint -> Bool Source # (>=) :: ChainPoint -> ChainPoint -> Bool Source # max :: ChainPoint -> ChainPoint -> ChainPoint Source # min :: ChainPoint -> ChainPoint -> ChainPoint Source # | |
Message ChainPoint Source # | |
Defined in Proto.Utxorpc.V1alpha.Query.Query Methods messageName :: Proxy ChainPoint -> Text Source # packedMessageDescriptor :: Proxy ChainPoint -> ByteString Source # packedFileDescriptor :: Proxy ChainPoint -> ByteString Source # defMessage :: ChainPoint Source # fieldsByTag :: Map Tag (FieldDescriptor ChainPoint) Source # fieldsByTextFormatName :: Map String (FieldDescriptor ChainPoint) Source # unknownFields :: Lens' ChainPoint FieldSet Source # parseMessage :: Parser ChainPoint Source # buildMessage :: ChainPoint -> Builder Source # | |
HasField ChainPoint "hash" ByteString Source # | |
Defined in Proto.Utxorpc.V1alpha.Query.Query Methods fieldOf :: Functor f => Proxy# "hash" -> (ByteString -> f ByteString) -> ChainPoint -> f ChainPoint Source # | |
HasField ChainPoint "height" Word64 Source # | |
Defined in Proto.Utxorpc.V1alpha.Query.Query Methods fieldOf :: Functor f => Proxy# "height" -> (Word64 -> f Word64) -> ChainPoint -> f ChainPoint Source # | |
HasField ChainPoint "slot" Word64 Source # | |
Defined in Proto.Utxorpc.V1alpha.Query.Query Methods fieldOf :: Functor f => Proxy# "slot" -> (Word64 -> f Word64) -> ChainPoint -> f ChainPoint Source # | |
HasField ChainPoint "timestamp" Word64 Source # | |
Defined in Proto.Utxorpc.V1alpha.Query.Query Methods fieldOf :: Functor f => Proxy# "timestamp" -> (Word64 -> f Word64) -> ChainPoint -> f ChainPoint Source # | |
HasField ReadParamsResponse "ledgerTip" ChainPoint Source # | |
Defined in Proto.Utxorpc.V1alpha.Query.Query Methods fieldOf :: Functor f => Proxy# "ledgerTip" -> (ChainPoint -> f ChainPoint) -> ReadParamsResponse -> f ReadParamsResponse Source # | |
HasField ReadParamsResponse "maybe'ledgerTip" (Maybe ChainPoint) Source # | |
Defined in Proto.Utxorpc.V1alpha.Query.Query Methods fieldOf :: Functor f => Proxy# "maybe'ledgerTip" -> (Maybe ChainPoint -> f (Maybe ChainPoint)) -> ReadParamsResponse -> f ReadParamsResponse Source # | |
Inject ChainPoint (Proto ChainPoint) Source # | |
Defined in Cardano.Rpc.Server.Internal.Orphans Methods inject :: ChainPoint -> Proto ChainPoint Source # |
data ReadParamsRequest Source #
Fields :
fieldMask
:: Lens' ReadParamsRequest Proto.Google.Protobuf.FieldMask.FieldMask
maybe'fieldMask
:: Lens' ReadParamsRequest (Prelude.Maybe Proto.Google.Protobuf.FieldMask.FieldMask)
Instances
NFData ReadParamsRequest Source # | |
Defined in Proto.Utxorpc.V1alpha.Query.Query Methods rnf :: ReadParamsRequest -> () Source # | |
Show ReadParamsRequest Source # | |
Defined in Proto.Utxorpc.V1alpha.Query.Query | |
Eq ReadParamsRequest Source # | |
Defined in Proto.Utxorpc.V1alpha.Query.Query Methods (==) :: ReadParamsRequest -> ReadParamsRequest -> Bool Source # (/=) :: ReadParamsRequest -> ReadParamsRequest -> Bool Source # | |
Ord ReadParamsRequest Source # | |
Defined in Proto.Utxorpc.V1alpha.Query.Query Methods compare :: ReadParamsRequest -> ReadParamsRequest -> Ordering Source # (<) :: ReadParamsRequest -> ReadParamsRequest -> Bool Source # (<=) :: ReadParamsRequest -> ReadParamsRequest -> Bool Source # (>) :: ReadParamsRequest -> ReadParamsRequest -> Bool Source # (>=) :: ReadParamsRequest -> ReadParamsRequest -> Bool Source # max :: ReadParamsRequest -> ReadParamsRequest -> ReadParamsRequest Source # min :: ReadParamsRequest -> ReadParamsRequest -> ReadParamsRequest Source # | |
Message ReadParamsRequest Source # | |
Defined in Proto.Utxorpc.V1alpha.Query.Query Methods messageName :: Proxy ReadParamsRequest -> Text Source # packedMessageDescriptor :: Proxy ReadParamsRequest -> ByteString Source # packedFileDescriptor :: Proxy ReadParamsRequest -> ByteString Source # defMessage :: ReadParamsRequest Source # fieldsByTag :: Map Tag (FieldDescriptor ReadParamsRequest) Source # fieldsByTextFormatName :: Map String (FieldDescriptor ReadParamsRequest) Source # unknownFields :: Lens' ReadParamsRequest FieldSet Source # | |
HasField ReadParamsRequest "fieldMask" FieldMask Source # | |
Defined in Proto.Utxorpc.V1alpha.Query.Query Methods fieldOf :: Functor f => Proxy# "fieldMask" -> (FieldMask -> f FieldMask) -> ReadParamsRequest -> f ReadParamsRequest Source # | |
HasField ReadParamsRequest "maybe'fieldMask" (Maybe FieldMask) Source # | |
Defined in Proto.Utxorpc.V1alpha.Query.Query |
data ReadParamsResponse Source #
Fields :
values
:: Lens' ReadParamsResponse AnyChainParams
maybe'values
:: Lens' ReadParamsResponse (Prelude.Maybe AnyChainParams)
ledgerTip
:: Lens' ReadParamsResponse ChainPoint
maybe'ledgerTip
:: Lens' ReadParamsResponse (Prelude.Maybe ChainPoint)
Instances
NFData ReadParamsResponse Source # | |
Defined in Proto.Utxorpc.V1alpha.Query.Query Methods rnf :: ReadParamsResponse -> () Source # | |
Show ReadParamsResponse Source # | |
Defined in Proto.Utxorpc.V1alpha.Query.Query | |
Eq ReadParamsResponse Source # | |
Defined in Proto.Utxorpc.V1alpha.Query.Query Methods (==) :: ReadParamsResponse -> ReadParamsResponse -> Bool Source # (/=) :: ReadParamsResponse -> ReadParamsResponse -> Bool Source # | |
Ord ReadParamsResponse Source # | |
Defined in Proto.Utxorpc.V1alpha.Query.Query Methods compare :: ReadParamsResponse -> ReadParamsResponse -> Ordering Source # (<) :: ReadParamsResponse -> ReadParamsResponse -> Bool Source # (<=) :: ReadParamsResponse -> ReadParamsResponse -> Bool Source # (>) :: ReadParamsResponse -> ReadParamsResponse -> Bool Source # (>=) :: ReadParamsResponse -> ReadParamsResponse -> Bool Source # max :: ReadParamsResponse -> ReadParamsResponse -> ReadParamsResponse Source # min :: ReadParamsResponse -> ReadParamsResponse -> ReadParamsResponse Source # | |
Message ReadParamsResponse Source # | |
Defined in Proto.Utxorpc.V1alpha.Query.Query Methods messageName :: Proxy ReadParamsResponse -> Text Source # packedMessageDescriptor :: Proxy ReadParamsResponse -> ByteString Source # packedFileDescriptor :: Proxy ReadParamsResponse -> ByteString Source # defMessage :: ReadParamsResponse Source # fieldsByTag :: Map Tag (FieldDescriptor ReadParamsResponse) Source # fieldsByTextFormatName :: Map String (FieldDescriptor ReadParamsResponse) Source # unknownFields :: Lens' ReadParamsResponse FieldSet Source # | |
HasField ReadParamsResponse "ledgerTip" ChainPoint Source # | |
Defined in Proto.Utxorpc.V1alpha.Query.Query Methods fieldOf :: Functor f => Proxy# "ledgerTip" -> (ChainPoint -> f ChainPoint) -> ReadParamsResponse -> f ReadParamsResponse Source # | |
HasField ReadParamsResponse "values" AnyChainParams Source # | |
Defined in Proto.Utxorpc.V1alpha.Query.Query Methods fieldOf :: Functor f => Proxy# "values" -> (AnyChainParams -> f AnyChainParams) -> ReadParamsResponse -> f ReadParamsResponse Source # | |
HasField ReadParamsResponse "maybe'ledgerTip" (Maybe ChainPoint) Source # | |
Defined in Proto.Utxorpc.V1alpha.Query.Query Methods fieldOf :: Functor f => Proxy# "maybe'ledgerTip" -> (Maybe ChainPoint -> f (Maybe ChainPoint)) -> ReadParamsResponse -> f ReadParamsResponse Source # | |
HasField ReadParamsResponse "maybe'values" (Maybe AnyChainParams) Source # | |
Defined in Proto.Utxorpc.V1alpha.Query.Query Methods fieldOf :: Functor f => Proxy# "maybe'values" -> (Maybe AnyChainParams -> f (Maybe AnyChainParams)) -> ReadParamsResponse -> f ReadParamsResponse Source # |