| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Proto.Utxorpc.V1beta.Query.Query
Synopsis
- data QueryService = QueryService
- data AnyChainBlock
- data AnyChainBlock'Chain = AnyChainBlock'Cardano !Block
- _AnyChainBlock'Cardano :: Prism' AnyChainBlock'Chain Block
- data AnyChainDatum
- data AnyChainDatum'ParsedState = AnyChainDatum'Cardano !PlutusData
- _AnyChainDatum'Cardano :: Prism' AnyChainDatum'ParsedState PlutusData
- data AnyChainParams
- data AnyChainParams'Params = AnyChainParams'Cardano !PParams
- _AnyChainParams'Cardano :: Prism' AnyChainParams'Params PParams
- data AnyChainTx
- data AnyChainTx'Chain = AnyChainTx'Cardano !Tx
- _AnyChainTx'Cardano :: Prism' AnyChainTx'Chain Tx
- data AnyUtxoData
- data AnyUtxoData'ParsedState = AnyUtxoData'Cardano !TxOutput
- _AnyUtxoData'Cardano :: Prism' AnyUtxoData'ParsedState TxOutput
- data AnyUtxoPattern
- data AnyUtxoPattern'UtxoPattern = AnyUtxoPattern'Cardano !TxOutputPattern
- _AnyUtxoPattern'Cardano :: Prism' AnyUtxoPattern'UtxoPattern TxOutputPattern
- data ChainPoint
- data ReadDataRequest
- data ReadDataResponse
- data ReadEraSummaryRequest
- data ReadEraSummaryResponse
- data ReadEraSummaryResponse'Summary = ReadEraSummaryResponse'Cardano !EraSummaries
- _ReadEraSummaryResponse'Cardano :: Prism' ReadEraSummaryResponse'Summary EraSummaries
- data ReadGenesisRequest
- data ReadGenesisResponse
- data ReadGenesisResponse'Config = ReadGenesisResponse'Cardano !Genesis
- _ReadGenesisResponse'Cardano :: Prism' ReadGenesisResponse'Config Genesis
- data ReadParamsRequest
- data ReadParamsResponse
- data ReadTxRequest
- data ReadTxResponse
- data ReadUtxosRequest
- data ReadUtxosResponse
- data SearchUtxosRequest
- data SearchUtxosResponse
- data TxoRef
- data UtxoPredicate
Documentation
data QueryService Source #
Constructors
| QueryService |
Instances
data AnyChainBlock Source #
Fields :
nativeBytes:: Lens' AnyChainBlock Data.ByteString.ByteStringmaybe'chain:: Lens' AnyChainBlock (Prelude.Maybe AnyChainBlock'Chain)maybe'cardano:: Lens' AnyChainBlock (Prelude.Maybe Proto.Utxorpc.V1beta.Cardano.Cardano.Block)cardano:: Lens' AnyChainBlock Proto.Utxorpc.V1beta.Cardano.Cardano.Block
Instances
| NFData AnyChainBlock Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods rnf :: AnyChainBlock -> () Source # | |
| Show AnyChainBlock Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query | |
| Eq AnyChainBlock Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods (==) :: AnyChainBlock -> AnyChainBlock -> Bool Source # (/=) :: AnyChainBlock -> AnyChainBlock -> Bool Source # | |
| Ord AnyChainBlock Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods compare :: AnyChainBlock -> AnyChainBlock -> Ordering Source # (<) :: AnyChainBlock -> AnyChainBlock -> Bool Source # (<=) :: AnyChainBlock -> AnyChainBlock -> Bool Source # (>) :: AnyChainBlock -> AnyChainBlock -> Bool Source # (>=) :: AnyChainBlock -> AnyChainBlock -> Bool Source # max :: AnyChainBlock -> AnyChainBlock -> AnyChainBlock Source # min :: AnyChainBlock -> AnyChainBlock -> AnyChainBlock Source # | |
| Message AnyChainBlock Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods messageName :: Proxy AnyChainBlock -> Text Source # packedMessageDescriptor :: Proxy AnyChainBlock -> ByteString Source # packedFileDescriptor :: Proxy AnyChainBlock -> ByteString Source # defMessage :: AnyChainBlock Source # fieldsByTag :: Map Tag (FieldDescriptor AnyChainBlock) Source # fieldsByTextFormatName :: Map String (FieldDescriptor AnyChainBlock) Source # unknownFields :: Lens' AnyChainBlock FieldSet Source # parseMessage :: Parser AnyChainBlock Source # buildMessage :: AnyChainBlock -> Builder Source # | |
| HasField AnyChainBlock "cardano" Block Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "cardano" -> (Block -> f Block) -> AnyChainBlock -> f AnyChainBlock Source # | |
| HasField AnyChainBlock "nativeBytes" ByteString Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "nativeBytes" -> (ByteString -> f ByteString) -> AnyChainBlock -> f AnyChainBlock Source # | |
| HasField AnyChainBlock "maybe'cardano" (Maybe Block) Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query | |
| HasField AnyChainBlock "maybe'chain" (Maybe AnyChainBlock'Chain) Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "maybe'chain" -> (Maybe AnyChainBlock'Chain -> f (Maybe AnyChainBlock'Chain)) -> AnyChainBlock -> f AnyChainBlock Source # | |
data AnyChainBlock'Chain Source #
Constructors
| AnyChainBlock'Cardano !Block |
Instances
| NFData AnyChainBlock'Chain Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods rnf :: AnyChainBlock'Chain -> () Source # | |
| Show AnyChainBlock'Chain Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query | |
| Eq AnyChainBlock'Chain Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods (==) :: AnyChainBlock'Chain -> AnyChainBlock'Chain -> Bool Source # (/=) :: AnyChainBlock'Chain -> AnyChainBlock'Chain -> Bool Source # | |
| Ord AnyChainBlock'Chain Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods compare :: AnyChainBlock'Chain -> AnyChainBlock'Chain -> Ordering Source # (<) :: AnyChainBlock'Chain -> AnyChainBlock'Chain -> Bool Source # (<=) :: AnyChainBlock'Chain -> AnyChainBlock'Chain -> Bool Source # (>) :: AnyChainBlock'Chain -> AnyChainBlock'Chain -> Bool Source # (>=) :: AnyChainBlock'Chain -> AnyChainBlock'Chain -> Bool Source # max :: AnyChainBlock'Chain -> AnyChainBlock'Chain -> AnyChainBlock'Chain Source # min :: AnyChainBlock'Chain -> AnyChainBlock'Chain -> AnyChainBlock'Chain Source # | |
| HasField AnyChainBlock "maybe'chain" (Maybe AnyChainBlock'Chain) Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "maybe'chain" -> (Maybe AnyChainBlock'Chain -> f (Maybe AnyChainBlock'Chain)) -> AnyChainBlock -> f AnyChainBlock Source # | |
data AnyChainDatum Source #
Fields :
nativeBytes:: Lens' AnyChainDatum Data.ByteString.ByteStringkey:: Lens' AnyChainDatum Data.ByteString.ByteStringmaybe'parsedState:: Lens' AnyChainDatum (Prelude.Maybe AnyChainDatum'ParsedState)maybe'cardano:: Lens' AnyChainDatum (Prelude.Maybe Proto.Utxorpc.V1beta.Cardano.Cardano.PlutusData)cardano:: Lens' AnyChainDatum Proto.Utxorpc.V1beta.Cardano.Cardano.PlutusData
Instances
| NFData AnyChainDatum Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods rnf :: AnyChainDatum -> () Source # | |
| Show AnyChainDatum Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query | |
| Eq AnyChainDatum Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods (==) :: AnyChainDatum -> AnyChainDatum -> Bool Source # (/=) :: AnyChainDatum -> AnyChainDatum -> Bool Source # | |
| Ord AnyChainDatum Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods compare :: AnyChainDatum -> AnyChainDatum -> Ordering Source # (<) :: AnyChainDatum -> AnyChainDatum -> Bool Source # (<=) :: AnyChainDatum -> AnyChainDatum -> Bool Source # (>) :: AnyChainDatum -> AnyChainDatum -> Bool Source # (>=) :: AnyChainDatum -> AnyChainDatum -> Bool Source # max :: AnyChainDatum -> AnyChainDatum -> AnyChainDatum Source # min :: AnyChainDatum -> AnyChainDatum -> AnyChainDatum Source # | |
| Message AnyChainDatum Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods messageName :: Proxy AnyChainDatum -> Text Source # packedMessageDescriptor :: Proxy AnyChainDatum -> ByteString Source # packedFileDescriptor :: Proxy AnyChainDatum -> ByteString Source # defMessage :: AnyChainDatum Source # fieldsByTag :: Map Tag (FieldDescriptor AnyChainDatum) Source # fieldsByTextFormatName :: Map String (FieldDescriptor AnyChainDatum) Source # unknownFields :: Lens' AnyChainDatum FieldSet Source # parseMessage :: Parser AnyChainDatum Source # buildMessage :: AnyChainDatum -> Builder Source # | |
| HasField AnyChainDatum "cardano" PlutusData Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "cardano" -> (PlutusData -> f PlutusData) -> AnyChainDatum -> f AnyChainDatum Source # | |
| HasField AnyChainDatum "key" ByteString Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "key" -> (ByteString -> f ByteString) -> AnyChainDatum -> f AnyChainDatum Source # | |
| HasField AnyChainDatum "nativeBytes" ByteString Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "nativeBytes" -> (ByteString -> f ByteString) -> AnyChainDatum -> f AnyChainDatum Source # | |
| HasField AnyChainDatum "maybe'cardano" (Maybe PlutusData) Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "maybe'cardano" -> (Maybe PlutusData -> f (Maybe PlutusData)) -> AnyChainDatum -> f AnyChainDatum Source # | |
| HasField AnyChainDatum "maybe'parsedState" (Maybe AnyChainDatum'ParsedState) Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "maybe'parsedState" -> (Maybe AnyChainDatum'ParsedState -> f (Maybe AnyChainDatum'ParsedState)) -> AnyChainDatum -> f AnyChainDatum Source # | |
| HasField ReadDataResponse "values" [AnyChainDatum] Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "values" -> ([AnyChainDatum] -> f [AnyChainDatum]) -> ReadDataResponse -> f ReadDataResponse Source # | |
| HasField ReadDataResponse "vec'values" (Vector AnyChainDatum) Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "vec'values" -> (Vector AnyChainDatum -> f (Vector AnyChainDatum)) -> ReadDataResponse -> f ReadDataResponse Source # | |
data AnyChainDatum'ParsedState Source #
Constructors
| AnyChainDatum'Cardano !PlutusData |
Instances
| NFData AnyChainDatum'ParsedState Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods rnf :: AnyChainDatum'ParsedState -> () Source # | |
| Show AnyChainDatum'ParsedState Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query | |
| Eq AnyChainDatum'ParsedState Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods (==) :: AnyChainDatum'ParsedState -> AnyChainDatum'ParsedState -> Bool Source # (/=) :: AnyChainDatum'ParsedState -> AnyChainDatum'ParsedState -> Bool Source # | |
| Ord AnyChainDatum'ParsedState Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods compare :: AnyChainDatum'ParsedState -> AnyChainDatum'ParsedState -> Ordering Source # (<) :: AnyChainDatum'ParsedState -> AnyChainDatum'ParsedState -> Bool Source # (<=) :: AnyChainDatum'ParsedState -> AnyChainDatum'ParsedState -> Bool Source # (>) :: AnyChainDatum'ParsedState -> AnyChainDatum'ParsedState -> Bool Source # (>=) :: AnyChainDatum'ParsedState -> AnyChainDatum'ParsedState -> Bool Source # max :: AnyChainDatum'ParsedState -> AnyChainDatum'ParsedState -> AnyChainDatum'ParsedState Source # min :: AnyChainDatum'ParsedState -> AnyChainDatum'ParsedState -> AnyChainDatum'ParsedState Source # | |
| HasField AnyChainDatum "maybe'parsedState" (Maybe AnyChainDatum'ParsedState) Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "maybe'parsedState" -> (Maybe AnyChainDatum'ParsedState -> f (Maybe AnyChainDatum'ParsedState)) -> AnyChainDatum -> f AnyChainDatum Source # | |
data AnyChainParams Source #
Fields :
maybe'params:: Lens' AnyChainParams (Prelude.Maybe AnyChainParams'Params)maybe'cardano:: Lens' AnyChainParams (Prelude.Maybe Proto.Utxorpc.V1beta.Cardano.Cardano.PParams)cardano:: Lens' AnyChainParams Proto.Utxorpc.V1beta.Cardano.Cardano.PParams
Instances
| NFData AnyChainParams Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods rnf :: AnyChainParams -> () Source # | |
| Show AnyChainParams Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query | |
| Eq AnyChainParams Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods (==) :: AnyChainParams -> AnyChainParams -> Bool Source # (/=) :: AnyChainParams -> AnyChainParams -> Bool Source # | |
| Ord AnyChainParams Source # | |
Defined in Proto.Utxorpc.V1beta.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.V1beta.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.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "cardano" -> (PParams -> f PParams) -> AnyChainParams -> f AnyChainParams Source # | |
| HasField ReadParamsResponse "values" AnyChainParams Source # | |
Defined in Proto.Utxorpc.V1beta.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.V1beta.Query.Query | |
| HasField AnyChainParams "maybe'params" (Maybe AnyChainParams'Params) Source # | |
Defined in Proto.Utxorpc.V1beta.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.V1beta.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.V1beta.Query.Query Methods rnf :: AnyChainParams'Params -> () Source # | |
| Show AnyChainParams'Params Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query | |
| Eq AnyChainParams'Params Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods (==) :: AnyChainParams'Params -> AnyChainParams'Params -> Bool Source # (/=) :: AnyChainParams'Params -> AnyChainParams'Params -> Bool Source # | |
| Ord AnyChainParams'Params Source # | |
Defined in Proto.Utxorpc.V1beta.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.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "maybe'params" -> (Maybe AnyChainParams'Params -> f (Maybe AnyChainParams'Params)) -> AnyChainParams -> f AnyChainParams Source # | |
data AnyChainTx Source #
Fields :
nativeBytes:: Lens' AnyChainTx Data.ByteString.ByteStringblockRef:: Lens' AnyChainTx ChainPointmaybe'blockRef:: Lens' AnyChainTx (Prelude.Maybe ChainPoint)maybe'chain:: Lens' AnyChainTx (Prelude.Maybe AnyChainTx'Chain)maybe'cardano:: Lens' AnyChainTx (Prelude.Maybe Proto.Utxorpc.V1beta.Cardano.Cardano.Tx)cardano:: Lens' AnyChainTx Proto.Utxorpc.V1beta.Cardano.Cardano.Tx
Instances
| NFData AnyChainTx Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods rnf :: AnyChainTx -> () Source # | |
| Show AnyChainTx Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query | |
| Eq AnyChainTx Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods (==) :: AnyChainTx -> AnyChainTx -> Bool Source # (/=) :: AnyChainTx -> AnyChainTx -> Bool Source # | |
| Ord AnyChainTx Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods compare :: AnyChainTx -> AnyChainTx -> Ordering Source # (<) :: AnyChainTx -> AnyChainTx -> Bool Source # (<=) :: AnyChainTx -> AnyChainTx -> Bool Source # (>) :: AnyChainTx -> AnyChainTx -> Bool Source # (>=) :: AnyChainTx -> AnyChainTx -> Bool Source # max :: AnyChainTx -> AnyChainTx -> AnyChainTx Source # min :: AnyChainTx -> AnyChainTx -> AnyChainTx Source # | |
| Message AnyChainTx Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods messageName :: Proxy AnyChainTx -> Text Source # packedMessageDescriptor :: Proxy AnyChainTx -> ByteString Source # packedFileDescriptor :: Proxy AnyChainTx -> ByteString Source # defMessage :: AnyChainTx Source # fieldsByTag :: Map Tag (FieldDescriptor AnyChainTx) Source # fieldsByTextFormatName :: Map String (FieldDescriptor AnyChainTx) Source # unknownFields :: Lens' AnyChainTx FieldSet Source # parseMessage :: Parser AnyChainTx Source # buildMessage :: AnyChainTx -> Builder Source # | |
| HasField AnyChainTx "blockRef" ChainPoint Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "blockRef" -> (ChainPoint -> f ChainPoint) -> AnyChainTx -> f AnyChainTx Source # | |
| HasField AnyChainTx "cardano" Tx Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "cardano" -> (Tx -> f Tx) -> AnyChainTx -> f AnyChainTx Source # | |
| HasField AnyChainTx "nativeBytes" ByteString Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "nativeBytes" -> (ByteString -> f ByteString) -> AnyChainTx -> f AnyChainTx Source # | |
| HasField ReadTxResponse "tx" AnyChainTx Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "tx" -> (AnyChainTx -> f AnyChainTx) -> ReadTxResponse -> f ReadTxResponse Source # | |
| HasField AnyChainTx "maybe'blockRef" (Maybe ChainPoint) Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "maybe'blockRef" -> (Maybe ChainPoint -> f (Maybe ChainPoint)) -> AnyChainTx -> f AnyChainTx Source # | |
| HasField AnyChainTx "maybe'cardano" (Maybe Tx) Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query | |
| HasField AnyChainTx "maybe'chain" (Maybe AnyChainTx'Chain) Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "maybe'chain" -> (Maybe AnyChainTx'Chain -> f (Maybe AnyChainTx'Chain)) -> AnyChainTx -> f AnyChainTx Source # | |
| HasField ReadTxResponse "maybe'tx" (Maybe AnyChainTx) Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "maybe'tx" -> (Maybe AnyChainTx -> f (Maybe AnyChainTx)) -> ReadTxResponse -> f ReadTxResponse Source # | |
data AnyChainTx'Chain Source #
Constructors
| AnyChainTx'Cardano !Tx |
Instances
| NFData AnyChainTx'Chain Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods rnf :: AnyChainTx'Chain -> () Source # | |
| Show AnyChainTx'Chain Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query | |
| Eq AnyChainTx'Chain Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods (==) :: AnyChainTx'Chain -> AnyChainTx'Chain -> Bool Source # (/=) :: AnyChainTx'Chain -> AnyChainTx'Chain -> Bool Source # | |
| Ord AnyChainTx'Chain Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods compare :: AnyChainTx'Chain -> AnyChainTx'Chain -> Ordering Source # (<) :: AnyChainTx'Chain -> AnyChainTx'Chain -> Bool Source # (<=) :: AnyChainTx'Chain -> AnyChainTx'Chain -> Bool Source # (>) :: AnyChainTx'Chain -> AnyChainTx'Chain -> Bool Source # (>=) :: AnyChainTx'Chain -> AnyChainTx'Chain -> Bool Source # max :: AnyChainTx'Chain -> AnyChainTx'Chain -> AnyChainTx'Chain Source # min :: AnyChainTx'Chain -> AnyChainTx'Chain -> AnyChainTx'Chain Source # | |
| HasField AnyChainTx "maybe'chain" (Maybe AnyChainTx'Chain) Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "maybe'chain" -> (Maybe AnyChainTx'Chain -> f (Maybe AnyChainTx'Chain)) -> AnyChainTx -> f AnyChainTx Source # | |
data AnyUtxoData Source #
Fields :
nativeBytes:: Lens' AnyUtxoData Data.ByteString.ByteStringtxoRef:: Lens' AnyUtxoData TxoRefmaybe'txoRef:: Lens' AnyUtxoData (Prelude.Maybe TxoRef)blockRef:: Lens' AnyUtxoData ChainPointmaybe'blockRef:: Lens' AnyUtxoData (Prelude.Maybe ChainPoint)maybe'parsedState:: Lens' AnyUtxoData (Prelude.Maybe AnyUtxoData'ParsedState)maybe'cardano:: Lens' AnyUtxoData (Prelude.Maybe Proto.Utxorpc.V1beta.Cardano.Cardano.TxOutput)cardano:: Lens' AnyUtxoData Proto.Utxorpc.V1beta.Cardano.Cardano.TxOutput
Instances
| NFData AnyUtxoData Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods rnf :: AnyUtxoData -> () Source # | |
| Show AnyUtxoData Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query | |
| Eq AnyUtxoData Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods (==) :: AnyUtxoData -> AnyUtxoData -> Bool Source # (/=) :: AnyUtxoData -> AnyUtxoData -> Bool Source # | |
| Ord AnyUtxoData Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods compare :: AnyUtxoData -> AnyUtxoData -> Ordering Source # (<) :: AnyUtxoData -> AnyUtxoData -> Bool Source # (<=) :: AnyUtxoData -> AnyUtxoData -> Bool Source # (>) :: AnyUtxoData -> AnyUtxoData -> Bool Source # (>=) :: AnyUtxoData -> AnyUtxoData -> Bool Source # max :: AnyUtxoData -> AnyUtxoData -> AnyUtxoData Source # min :: AnyUtxoData -> AnyUtxoData -> AnyUtxoData Source # | |
| Message AnyUtxoData Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods messageName :: Proxy AnyUtxoData -> Text Source # packedMessageDescriptor :: Proxy AnyUtxoData -> ByteString Source # packedFileDescriptor :: Proxy AnyUtxoData -> ByteString Source # defMessage :: AnyUtxoData Source # fieldsByTag :: Map Tag (FieldDescriptor AnyUtxoData) Source # fieldsByTextFormatName :: Map String (FieldDescriptor AnyUtxoData) Source # unknownFields :: Lens' AnyUtxoData FieldSet Source # parseMessage :: Parser AnyUtxoData Source # buildMessage :: AnyUtxoData -> Builder Source # | |
| HasField AnyUtxoData "blockRef" ChainPoint Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "blockRef" -> (ChainPoint -> f ChainPoint) -> AnyUtxoData -> f AnyUtxoData Source # | |
| HasField AnyUtxoData "cardano" TxOutput Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "cardano" -> (TxOutput -> f TxOutput) -> AnyUtxoData -> f AnyUtxoData Source # | |
| HasField AnyUtxoData "nativeBytes" ByteString Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "nativeBytes" -> (ByteString -> f ByteString) -> AnyUtxoData -> f AnyUtxoData Source # | |
| HasField AnyUtxoData "txoRef" TxoRef Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "txoRef" -> (TxoRef -> f TxoRef) -> AnyUtxoData -> f AnyUtxoData Source # | |
| HasField AnyUtxoData "maybe'blockRef" (Maybe ChainPoint) Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "maybe'blockRef" -> (Maybe ChainPoint -> f (Maybe ChainPoint)) -> AnyUtxoData -> f AnyUtxoData Source # | |
| HasField AnyUtxoData "maybe'cardano" (Maybe TxOutput) Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query | |
| HasField AnyUtxoData "maybe'parsedState" (Maybe AnyUtxoData'ParsedState) Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "maybe'parsedState" -> (Maybe AnyUtxoData'ParsedState -> f (Maybe AnyUtxoData'ParsedState)) -> AnyUtxoData -> f AnyUtxoData Source # | |
| HasField AnyUtxoData "maybe'txoRef" (Maybe TxoRef) Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query | |
| HasField ReadUtxosResponse "items" [AnyUtxoData] Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "items" -> ([AnyUtxoData] -> f [AnyUtxoData]) -> ReadUtxosResponse -> f ReadUtxosResponse Source # | |
| HasField ReadUtxosResponse "vec'items" (Vector AnyUtxoData) Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "vec'items" -> (Vector AnyUtxoData -> f (Vector AnyUtxoData)) -> ReadUtxosResponse -> f ReadUtxosResponse Source # | |
| HasField SearchUtxosResponse "items" [AnyUtxoData] Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "items" -> ([AnyUtxoData] -> f [AnyUtxoData]) -> SearchUtxosResponse -> f SearchUtxosResponse Source # | |
| HasField SearchUtxosResponse "vec'items" (Vector AnyUtxoData) Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "vec'items" -> (Vector AnyUtxoData -> f (Vector AnyUtxoData)) -> SearchUtxosResponse -> f SearchUtxosResponse Source # | |
data AnyUtxoData'ParsedState Source #
Constructors
| AnyUtxoData'Cardano !TxOutput |
Instances
| NFData AnyUtxoData'ParsedState Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods rnf :: AnyUtxoData'ParsedState -> () Source # | |
| Show AnyUtxoData'ParsedState Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query | |
| Eq AnyUtxoData'ParsedState Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods (==) :: AnyUtxoData'ParsedState -> AnyUtxoData'ParsedState -> Bool Source # (/=) :: AnyUtxoData'ParsedState -> AnyUtxoData'ParsedState -> Bool Source # | |
| Ord AnyUtxoData'ParsedState Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods compare :: AnyUtxoData'ParsedState -> AnyUtxoData'ParsedState -> Ordering Source # (<) :: AnyUtxoData'ParsedState -> AnyUtxoData'ParsedState -> Bool Source # (<=) :: AnyUtxoData'ParsedState -> AnyUtxoData'ParsedState -> Bool Source # (>) :: AnyUtxoData'ParsedState -> AnyUtxoData'ParsedState -> Bool Source # (>=) :: AnyUtxoData'ParsedState -> AnyUtxoData'ParsedState -> Bool Source # max :: AnyUtxoData'ParsedState -> AnyUtxoData'ParsedState -> AnyUtxoData'ParsedState Source # min :: AnyUtxoData'ParsedState -> AnyUtxoData'ParsedState -> AnyUtxoData'ParsedState Source # | |
| HasField AnyUtxoData "maybe'parsedState" (Maybe AnyUtxoData'ParsedState) Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "maybe'parsedState" -> (Maybe AnyUtxoData'ParsedState -> f (Maybe AnyUtxoData'ParsedState)) -> AnyUtxoData -> f AnyUtxoData Source # | |
data AnyUtxoPattern Source #
Fields :
maybe'utxoPattern:: Lens' AnyUtxoPattern (Prelude.Maybe AnyUtxoPattern'UtxoPattern)maybe'cardano:: Lens' AnyUtxoPattern (Prelude.Maybe Proto.Utxorpc.V1beta.Cardano.Cardano.TxOutputPattern)cardano:: Lens' AnyUtxoPattern Proto.Utxorpc.V1beta.Cardano.Cardano.TxOutputPattern
Instances
| NFData AnyUtxoPattern Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods rnf :: AnyUtxoPattern -> () Source # | |
| Show AnyUtxoPattern Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query | |
| Eq AnyUtxoPattern Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods (==) :: AnyUtxoPattern -> AnyUtxoPattern -> Bool Source # (/=) :: AnyUtxoPattern -> AnyUtxoPattern -> Bool Source # | |
| Ord AnyUtxoPattern Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods compare :: AnyUtxoPattern -> AnyUtxoPattern -> Ordering Source # (<) :: AnyUtxoPattern -> AnyUtxoPattern -> Bool Source # (<=) :: AnyUtxoPattern -> AnyUtxoPattern -> Bool Source # (>) :: AnyUtxoPattern -> AnyUtxoPattern -> Bool Source # (>=) :: AnyUtxoPattern -> AnyUtxoPattern -> Bool Source # max :: AnyUtxoPattern -> AnyUtxoPattern -> AnyUtxoPattern Source # min :: AnyUtxoPattern -> AnyUtxoPattern -> AnyUtxoPattern Source # | |
| Message AnyUtxoPattern Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods messageName :: Proxy AnyUtxoPattern -> Text Source # packedMessageDescriptor :: Proxy AnyUtxoPattern -> ByteString Source # packedFileDescriptor :: Proxy AnyUtxoPattern -> ByteString Source # defMessage :: AnyUtxoPattern Source # fieldsByTag :: Map Tag (FieldDescriptor AnyUtxoPattern) Source # fieldsByTextFormatName :: Map String (FieldDescriptor AnyUtxoPattern) Source # unknownFields :: Lens' AnyUtxoPattern FieldSet Source # parseMessage :: Parser AnyUtxoPattern Source # buildMessage :: AnyUtxoPattern -> Builder Source # | |
| HasField AnyUtxoPattern "cardano" TxOutputPattern Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "cardano" -> (TxOutputPattern -> f TxOutputPattern) -> AnyUtxoPattern -> f AnyUtxoPattern Source # | |
| HasField UtxoPredicate "match" AnyUtxoPattern Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "match" -> (AnyUtxoPattern -> f AnyUtxoPattern) -> UtxoPredicate -> f UtxoPredicate Source # | |
| HasField AnyUtxoPattern "maybe'cardano" (Maybe TxOutputPattern) Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "maybe'cardano" -> (Maybe TxOutputPattern -> f (Maybe TxOutputPattern)) -> AnyUtxoPattern -> f AnyUtxoPattern Source # | |
| HasField AnyUtxoPattern "maybe'utxoPattern" (Maybe AnyUtxoPattern'UtxoPattern) Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "maybe'utxoPattern" -> (Maybe AnyUtxoPattern'UtxoPattern -> f (Maybe AnyUtxoPattern'UtxoPattern)) -> AnyUtxoPattern -> f AnyUtxoPattern Source # | |
| HasField UtxoPredicate "maybe'match" (Maybe AnyUtxoPattern) Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "maybe'match" -> (Maybe AnyUtxoPattern -> f (Maybe AnyUtxoPattern)) -> UtxoPredicate -> f UtxoPredicate Source # | |
data AnyUtxoPattern'UtxoPattern Source #
Constructors
| AnyUtxoPattern'Cardano !TxOutputPattern |
Instances
| NFData AnyUtxoPattern'UtxoPattern Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods rnf :: AnyUtxoPattern'UtxoPattern -> () Source # | |
| Show AnyUtxoPattern'UtxoPattern Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query | |
| Eq AnyUtxoPattern'UtxoPattern Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods (==) :: AnyUtxoPattern'UtxoPattern -> AnyUtxoPattern'UtxoPattern -> Bool Source # (/=) :: AnyUtxoPattern'UtxoPattern -> AnyUtxoPattern'UtxoPattern -> Bool Source # | |
| Ord AnyUtxoPattern'UtxoPattern Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods compare :: AnyUtxoPattern'UtxoPattern -> AnyUtxoPattern'UtxoPattern -> Ordering Source # (<) :: AnyUtxoPattern'UtxoPattern -> AnyUtxoPattern'UtxoPattern -> Bool Source # (<=) :: AnyUtxoPattern'UtxoPattern -> AnyUtxoPattern'UtxoPattern -> Bool Source # (>) :: AnyUtxoPattern'UtxoPattern -> AnyUtxoPattern'UtxoPattern -> Bool Source # (>=) :: AnyUtxoPattern'UtxoPattern -> AnyUtxoPattern'UtxoPattern -> Bool Source # max :: AnyUtxoPattern'UtxoPattern -> AnyUtxoPattern'UtxoPattern -> AnyUtxoPattern'UtxoPattern Source # min :: AnyUtxoPattern'UtxoPattern -> AnyUtxoPattern'UtxoPattern -> AnyUtxoPattern'UtxoPattern Source # | |
| HasField AnyUtxoPattern "maybe'utxoPattern" (Maybe AnyUtxoPattern'UtxoPattern) Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "maybe'utxoPattern" -> (Maybe AnyUtxoPattern'UtxoPattern -> f (Maybe AnyUtxoPattern'UtxoPattern)) -> AnyUtxoPattern -> f AnyUtxoPattern Source # | |
data ChainPoint Source #
Fields :
Instances
| NFData ChainPoint Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods rnf :: ChainPoint -> () Source # | |
| Show ChainPoint Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query | |
| Eq ChainPoint Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods (==) :: ChainPoint -> ChainPoint -> Bool Source # (/=) :: ChainPoint -> ChainPoint -> Bool Source # | |
| Ord ChainPoint Source # | |
Defined in Proto.Utxorpc.V1beta.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.V1beta.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 AnyChainTx "blockRef" ChainPoint Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "blockRef" -> (ChainPoint -> f ChainPoint) -> AnyChainTx -> f AnyChainTx Source # | |
| HasField AnyUtxoData "blockRef" ChainPoint Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "blockRef" -> (ChainPoint -> f ChainPoint) -> AnyUtxoData -> f AnyUtxoData Source # | |
| HasField ChainPoint "hash" ByteString Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "hash" -> (ByteString -> f ByteString) -> ChainPoint -> f ChainPoint Source # | |
| HasField ChainPoint "height" Word64 Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "height" -> (Word64 -> f Word64) -> ChainPoint -> f ChainPoint Source # | |
| HasField ChainPoint "slot" Word64 Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "slot" -> (Word64 -> f Word64) -> ChainPoint -> f ChainPoint Source # | |
| HasField ChainPoint "timestamp" Word64 Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "timestamp" -> (Word64 -> f Word64) -> ChainPoint -> f ChainPoint Source # | |
| HasField ReadDataResponse "ledgerTip" ChainPoint Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "ledgerTip" -> (ChainPoint -> f ChainPoint) -> ReadDataResponse -> f ReadDataResponse Source # | |
| HasField ReadParamsResponse "ledgerTip" ChainPoint Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "ledgerTip" -> (ChainPoint -> f ChainPoint) -> ReadParamsResponse -> f ReadParamsResponse Source # | |
| HasField ReadTxResponse "ledgerTip" ChainPoint Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "ledgerTip" -> (ChainPoint -> f ChainPoint) -> ReadTxResponse -> f ReadTxResponse Source # | |
| HasField ReadUtxosResponse "ledgerTip" ChainPoint Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "ledgerTip" -> (ChainPoint -> f ChainPoint) -> ReadUtxosResponse -> f ReadUtxosResponse Source # | |
| HasField SearchUtxosResponse "ledgerTip" ChainPoint Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "ledgerTip" -> (ChainPoint -> f ChainPoint) -> SearchUtxosResponse -> f SearchUtxosResponse Source # | |
| HasField AnyChainTx "maybe'blockRef" (Maybe ChainPoint) Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "maybe'blockRef" -> (Maybe ChainPoint -> f (Maybe ChainPoint)) -> AnyChainTx -> f AnyChainTx Source # | |
| HasField AnyUtxoData "maybe'blockRef" (Maybe ChainPoint) Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "maybe'blockRef" -> (Maybe ChainPoint -> f (Maybe ChainPoint)) -> AnyUtxoData -> f AnyUtxoData Source # | |
| HasField ReadDataResponse "maybe'ledgerTip" (Maybe ChainPoint) Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "maybe'ledgerTip" -> (Maybe ChainPoint -> f (Maybe ChainPoint)) -> ReadDataResponse -> f ReadDataResponse Source # | |
| HasField ReadParamsResponse "maybe'ledgerTip" (Maybe ChainPoint) Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "maybe'ledgerTip" -> (Maybe ChainPoint -> f (Maybe ChainPoint)) -> ReadParamsResponse -> f ReadParamsResponse Source # | |
| HasField ReadTxResponse "maybe'ledgerTip" (Maybe ChainPoint) Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "maybe'ledgerTip" -> (Maybe ChainPoint -> f (Maybe ChainPoint)) -> ReadTxResponse -> f ReadTxResponse Source # | |
| HasField ReadUtxosResponse "maybe'ledgerTip" (Maybe ChainPoint) Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "maybe'ledgerTip" -> (Maybe ChainPoint -> f (Maybe ChainPoint)) -> ReadUtxosResponse -> f ReadUtxosResponse Source # | |
| HasField SearchUtxosResponse "maybe'ledgerTip" (Maybe ChainPoint) Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "maybe'ledgerTip" -> (Maybe ChainPoint -> f (Maybe ChainPoint)) -> SearchUtxosResponse -> f SearchUtxosResponse Source # | |
data ReadDataRequest Source #
Fields :
keys:: Lens' ReadDataRequest [Data.ByteString.ByteString]vec'keys:: Lens' ReadDataRequest (Data.Vector.Vector Data.ByteString.ByteString)fieldMask:: Lens' ReadDataRequest Proto.Google.Protobuf.FieldMask.FieldMaskmaybe'fieldMask:: Lens' ReadDataRequest (Prelude.Maybe Proto.Google.Protobuf.FieldMask.FieldMask)
Instances
| NFData ReadDataRequest Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods rnf :: ReadDataRequest -> () Source # | |
| Show ReadDataRequest Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query | |
| Eq ReadDataRequest Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods (==) :: ReadDataRequest -> ReadDataRequest -> Bool Source # (/=) :: ReadDataRequest -> ReadDataRequest -> Bool Source # | |
| Ord ReadDataRequest Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods compare :: ReadDataRequest -> ReadDataRequest -> Ordering Source # (<) :: ReadDataRequest -> ReadDataRequest -> Bool Source # (<=) :: ReadDataRequest -> ReadDataRequest -> Bool Source # (>) :: ReadDataRequest -> ReadDataRequest -> Bool Source # (>=) :: ReadDataRequest -> ReadDataRequest -> Bool Source # max :: ReadDataRequest -> ReadDataRequest -> ReadDataRequest Source # min :: ReadDataRequest -> ReadDataRequest -> ReadDataRequest Source # | |
| Message ReadDataRequest Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods messageName :: Proxy ReadDataRequest -> Text Source # packedMessageDescriptor :: Proxy ReadDataRequest -> ByteString Source # packedFileDescriptor :: Proxy ReadDataRequest -> ByteString Source # defMessage :: ReadDataRequest Source # fieldsByTag :: Map Tag (FieldDescriptor ReadDataRequest) Source # fieldsByTextFormatName :: Map String (FieldDescriptor ReadDataRequest) Source # unknownFields :: Lens' ReadDataRequest FieldSet Source # | |
| HasField ReadDataRequest "fieldMask" FieldMask Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "fieldMask" -> (FieldMask -> f FieldMask) -> ReadDataRequest -> f ReadDataRequest Source # | |
| HasField ReadDataRequest "keys" [ByteString] Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "keys" -> ([ByteString] -> f [ByteString]) -> ReadDataRequest -> f ReadDataRequest Source # | |
| HasField ReadDataRequest "maybe'fieldMask" (Maybe FieldMask) Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query | |
| HasField ReadDataRequest "vec'keys" (Vector ByteString) Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "vec'keys" -> (Vector ByteString -> f (Vector ByteString)) -> ReadDataRequest -> f ReadDataRequest Source # | |
data ReadDataResponse Source #
Fields :
values:: Lens' ReadDataResponse [AnyChainDatum]vec'values:: Lens' ReadDataResponse (Data.Vector.Vector AnyChainDatum)ledgerTip:: Lens' ReadDataResponse ChainPointmaybe'ledgerTip:: Lens' ReadDataResponse (Prelude.Maybe ChainPoint)
Instances
| NFData ReadDataResponse Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods rnf :: ReadDataResponse -> () Source # | |
| Show ReadDataResponse Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query | |
| Eq ReadDataResponse Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods (==) :: ReadDataResponse -> ReadDataResponse -> Bool Source # (/=) :: ReadDataResponse -> ReadDataResponse -> Bool Source # | |
| Ord ReadDataResponse Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods compare :: ReadDataResponse -> ReadDataResponse -> Ordering Source # (<) :: ReadDataResponse -> ReadDataResponse -> Bool Source # (<=) :: ReadDataResponse -> ReadDataResponse -> Bool Source # (>) :: ReadDataResponse -> ReadDataResponse -> Bool Source # (>=) :: ReadDataResponse -> ReadDataResponse -> Bool Source # max :: ReadDataResponse -> ReadDataResponse -> ReadDataResponse Source # min :: ReadDataResponse -> ReadDataResponse -> ReadDataResponse Source # | |
| Message ReadDataResponse Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods messageName :: Proxy ReadDataResponse -> Text Source # packedMessageDescriptor :: Proxy ReadDataResponse -> ByteString Source # packedFileDescriptor :: Proxy ReadDataResponse -> ByteString Source # defMessage :: ReadDataResponse Source # fieldsByTag :: Map Tag (FieldDescriptor ReadDataResponse) Source # fieldsByTextFormatName :: Map String (FieldDescriptor ReadDataResponse) Source # unknownFields :: Lens' ReadDataResponse FieldSet Source # | |
| HasField ReadDataResponse "ledgerTip" ChainPoint Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "ledgerTip" -> (ChainPoint -> f ChainPoint) -> ReadDataResponse -> f ReadDataResponse Source # | |
| HasField ReadDataResponse "maybe'ledgerTip" (Maybe ChainPoint) Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "maybe'ledgerTip" -> (Maybe ChainPoint -> f (Maybe ChainPoint)) -> ReadDataResponse -> f ReadDataResponse Source # | |
| HasField ReadDataResponse "values" [AnyChainDatum] Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "values" -> ([AnyChainDatum] -> f [AnyChainDatum]) -> ReadDataResponse -> f ReadDataResponse Source # | |
| HasField ReadDataResponse "vec'values" (Vector AnyChainDatum) Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "vec'values" -> (Vector AnyChainDatum -> f (Vector AnyChainDatum)) -> ReadDataResponse -> f ReadDataResponse Source # | |
data ReadEraSummaryRequest Source #
Fields :
fieldMask:: Lens' ReadEraSummaryRequest Proto.Google.Protobuf.FieldMask.FieldMaskmaybe'fieldMask:: Lens' ReadEraSummaryRequest (Prelude.Maybe Proto.Google.Protobuf.FieldMask.FieldMask)
Instances
| NFData ReadEraSummaryRequest Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods rnf :: ReadEraSummaryRequest -> () Source # | |
| Show ReadEraSummaryRequest Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query | |
| Eq ReadEraSummaryRequest Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods (==) :: ReadEraSummaryRequest -> ReadEraSummaryRequest -> Bool Source # (/=) :: ReadEraSummaryRequest -> ReadEraSummaryRequest -> Bool Source # | |
| Ord ReadEraSummaryRequest Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods compare :: ReadEraSummaryRequest -> ReadEraSummaryRequest -> Ordering Source # (<) :: ReadEraSummaryRequest -> ReadEraSummaryRequest -> Bool Source # (<=) :: ReadEraSummaryRequest -> ReadEraSummaryRequest -> Bool Source # (>) :: ReadEraSummaryRequest -> ReadEraSummaryRequest -> Bool Source # (>=) :: ReadEraSummaryRequest -> ReadEraSummaryRequest -> Bool Source # max :: ReadEraSummaryRequest -> ReadEraSummaryRequest -> ReadEraSummaryRequest Source # min :: ReadEraSummaryRequest -> ReadEraSummaryRequest -> ReadEraSummaryRequest Source # | |
| Message ReadEraSummaryRequest Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods messageName :: Proxy ReadEraSummaryRequest -> Text Source # packedMessageDescriptor :: Proxy ReadEraSummaryRequest -> ByteString Source # packedFileDescriptor :: Proxy ReadEraSummaryRequest -> ByteString Source # defMessage :: ReadEraSummaryRequest Source # fieldsByTag :: Map Tag (FieldDescriptor ReadEraSummaryRequest) Source # fieldsByTextFormatName :: Map String (FieldDescriptor ReadEraSummaryRequest) Source # unknownFields :: Lens' ReadEraSummaryRequest FieldSet Source # | |
| HasField ReadEraSummaryRequest "fieldMask" FieldMask Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "fieldMask" -> (FieldMask -> f FieldMask) -> ReadEraSummaryRequest -> f ReadEraSummaryRequest Source # | |
| HasField ReadEraSummaryRequest "maybe'fieldMask" (Maybe FieldMask) Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query | |
data ReadEraSummaryResponse Source #
Fields :
maybe'summary:: Lens' ReadEraSummaryResponse (Prelude.Maybe ReadEraSummaryResponse'Summary)maybe'cardano:: Lens' ReadEraSummaryResponse (Prelude.Maybe Proto.Utxorpc.V1beta.Cardano.Cardano.EraSummaries)cardano:: Lens' ReadEraSummaryResponse Proto.Utxorpc.V1beta.Cardano.Cardano.EraSummaries
Instances
| NFData ReadEraSummaryResponse Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods rnf :: ReadEraSummaryResponse -> () Source # | |
| Show ReadEraSummaryResponse Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query | |
| Eq ReadEraSummaryResponse Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods (==) :: ReadEraSummaryResponse -> ReadEraSummaryResponse -> Bool Source # (/=) :: ReadEraSummaryResponse -> ReadEraSummaryResponse -> Bool Source # | |
| Ord ReadEraSummaryResponse Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods compare :: ReadEraSummaryResponse -> ReadEraSummaryResponse -> Ordering Source # (<) :: ReadEraSummaryResponse -> ReadEraSummaryResponse -> Bool Source # (<=) :: ReadEraSummaryResponse -> ReadEraSummaryResponse -> Bool Source # (>) :: ReadEraSummaryResponse -> ReadEraSummaryResponse -> Bool Source # (>=) :: ReadEraSummaryResponse -> ReadEraSummaryResponse -> Bool Source # max :: ReadEraSummaryResponse -> ReadEraSummaryResponse -> ReadEraSummaryResponse Source # min :: ReadEraSummaryResponse -> ReadEraSummaryResponse -> ReadEraSummaryResponse Source # | |
| Message ReadEraSummaryResponse Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods messageName :: Proxy ReadEraSummaryResponse -> Text Source # packedMessageDescriptor :: Proxy ReadEraSummaryResponse -> ByteString Source # packedFileDescriptor :: Proxy ReadEraSummaryResponse -> ByteString Source # defMessage :: ReadEraSummaryResponse Source # fieldsByTag :: Map Tag (FieldDescriptor ReadEraSummaryResponse) Source # fieldsByTextFormatName :: Map String (FieldDescriptor ReadEraSummaryResponse) Source # unknownFields :: Lens' ReadEraSummaryResponse FieldSet Source # | |
| HasField ReadEraSummaryResponse "cardano" EraSummaries Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "cardano" -> (EraSummaries -> f EraSummaries) -> ReadEraSummaryResponse -> f ReadEraSummaryResponse Source # | |
| HasField ReadEraSummaryResponse "maybe'cardano" (Maybe EraSummaries) Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "maybe'cardano" -> (Maybe EraSummaries -> f (Maybe EraSummaries)) -> ReadEraSummaryResponse -> f ReadEraSummaryResponse Source # | |
| HasField ReadEraSummaryResponse "maybe'summary" (Maybe ReadEraSummaryResponse'Summary) Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "maybe'summary" -> (Maybe ReadEraSummaryResponse'Summary -> f (Maybe ReadEraSummaryResponse'Summary)) -> ReadEraSummaryResponse -> f ReadEraSummaryResponse Source # | |
data ReadEraSummaryResponse'Summary Source #
Constructors
| ReadEraSummaryResponse'Cardano !EraSummaries |
Instances
| NFData ReadEraSummaryResponse'Summary Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods rnf :: ReadEraSummaryResponse'Summary -> () Source # | |
| Show ReadEraSummaryResponse'Summary Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query | |
| Eq ReadEraSummaryResponse'Summary Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query | |
| Ord ReadEraSummaryResponse'Summary Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods compare :: ReadEraSummaryResponse'Summary -> ReadEraSummaryResponse'Summary -> Ordering Source # (<) :: ReadEraSummaryResponse'Summary -> ReadEraSummaryResponse'Summary -> Bool Source # (<=) :: ReadEraSummaryResponse'Summary -> ReadEraSummaryResponse'Summary -> Bool Source # (>) :: ReadEraSummaryResponse'Summary -> ReadEraSummaryResponse'Summary -> Bool Source # (>=) :: ReadEraSummaryResponse'Summary -> ReadEraSummaryResponse'Summary -> Bool Source # max :: ReadEraSummaryResponse'Summary -> ReadEraSummaryResponse'Summary -> ReadEraSummaryResponse'Summary Source # min :: ReadEraSummaryResponse'Summary -> ReadEraSummaryResponse'Summary -> ReadEraSummaryResponse'Summary Source # | |
| HasField ReadEraSummaryResponse "maybe'summary" (Maybe ReadEraSummaryResponse'Summary) Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "maybe'summary" -> (Maybe ReadEraSummaryResponse'Summary -> f (Maybe ReadEraSummaryResponse'Summary)) -> ReadEraSummaryResponse -> f ReadEraSummaryResponse Source # | |
data ReadGenesisRequest Source #
Fields :
fieldMask:: Lens' ReadGenesisRequest Proto.Google.Protobuf.FieldMask.FieldMaskmaybe'fieldMask:: Lens' ReadGenesisRequest (Prelude.Maybe Proto.Google.Protobuf.FieldMask.FieldMask)
Instances
| NFData ReadGenesisRequest Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods rnf :: ReadGenesisRequest -> () Source # | |
| Show ReadGenesisRequest Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query | |
| Eq ReadGenesisRequest Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods (==) :: ReadGenesisRequest -> ReadGenesisRequest -> Bool Source # (/=) :: ReadGenesisRequest -> ReadGenesisRequest -> Bool Source # | |
| Ord ReadGenesisRequest Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods compare :: ReadGenesisRequest -> ReadGenesisRequest -> Ordering Source # (<) :: ReadGenesisRequest -> ReadGenesisRequest -> Bool Source # (<=) :: ReadGenesisRequest -> ReadGenesisRequest -> Bool Source # (>) :: ReadGenesisRequest -> ReadGenesisRequest -> Bool Source # (>=) :: ReadGenesisRequest -> ReadGenesisRequest -> Bool Source # max :: ReadGenesisRequest -> ReadGenesisRequest -> ReadGenesisRequest Source # min :: ReadGenesisRequest -> ReadGenesisRequest -> ReadGenesisRequest Source # | |
| Message ReadGenesisRequest Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods messageName :: Proxy ReadGenesisRequest -> Text Source # packedMessageDescriptor :: Proxy ReadGenesisRequest -> ByteString Source # packedFileDescriptor :: Proxy ReadGenesisRequest -> ByteString Source # defMessage :: ReadGenesisRequest Source # fieldsByTag :: Map Tag (FieldDescriptor ReadGenesisRequest) Source # fieldsByTextFormatName :: Map String (FieldDescriptor ReadGenesisRequest) Source # unknownFields :: Lens' ReadGenesisRequest FieldSet Source # | |
| HasField ReadGenesisRequest "fieldMask" FieldMask Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "fieldMask" -> (FieldMask -> f FieldMask) -> ReadGenesisRequest -> f ReadGenesisRequest Source # | |
| HasField ReadGenesisRequest "maybe'fieldMask" (Maybe FieldMask) Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query | |
data ReadGenesisResponse Source #
Fields :
genesis:: Lens' ReadGenesisResponse Data.ByteString.ByteStringcaip2:: Lens' ReadGenesisResponse Data.Text.Textmaybe'config:: Lens' ReadGenesisResponse (Prelude.Maybe ReadGenesisResponse'Config)maybe'cardano:: Lens' ReadGenesisResponse (Prelude.Maybe Proto.Utxorpc.V1beta.Cardano.Cardano.Genesis)cardano:: Lens' ReadGenesisResponse Proto.Utxorpc.V1beta.Cardano.Cardano.Genesis
Instances
| NFData ReadGenesisResponse Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods rnf :: ReadGenesisResponse -> () Source # | |
| Show ReadGenesisResponse Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query | |
| Eq ReadGenesisResponse Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods (==) :: ReadGenesisResponse -> ReadGenesisResponse -> Bool Source # (/=) :: ReadGenesisResponse -> ReadGenesisResponse -> Bool Source # | |
| Ord ReadGenesisResponse Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods compare :: ReadGenesisResponse -> ReadGenesisResponse -> Ordering Source # (<) :: ReadGenesisResponse -> ReadGenesisResponse -> Bool Source # (<=) :: ReadGenesisResponse -> ReadGenesisResponse -> Bool Source # (>) :: ReadGenesisResponse -> ReadGenesisResponse -> Bool Source # (>=) :: ReadGenesisResponse -> ReadGenesisResponse -> Bool Source # max :: ReadGenesisResponse -> ReadGenesisResponse -> ReadGenesisResponse Source # min :: ReadGenesisResponse -> ReadGenesisResponse -> ReadGenesisResponse Source # | |
| Message ReadGenesisResponse Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods messageName :: Proxy ReadGenesisResponse -> Text Source # packedMessageDescriptor :: Proxy ReadGenesisResponse -> ByteString Source # packedFileDescriptor :: Proxy ReadGenesisResponse -> ByteString Source # defMessage :: ReadGenesisResponse Source # fieldsByTag :: Map Tag (FieldDescriptor ReadGenesisResponse) Source # fieldsByTextFormatName :: Map String (FieldDescriptor ReadGenesisResponse) Source # unknownFields :: Lens' ReadGenesisResponse FieldSet Source # | |
| HasField ReadGenesisResponse "caip2" Text Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "caip2" -> (Text -> f Text) -> ReadGenesisResponse -> f ReadGenesisResponse Source # | |
| HasField ReadGenesisResponse "cardano" Genesis Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "cardano" -> (Genesis -> f Genesis) -> ReadGenesisResponse -> f ReadGenesisResponse Source # | |
| HasField ReadGenesisResponse "genesis" ByteString Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "genesis" -> (ByteString -> f ByteString) -> ReadGenesisResponse -> f ReadGenesisResponse Source # | |
| HasField ReadGenesisResponse "maybe'cardano" (Maybe Genesis) Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query | |
| HasField ReadGenesisResponse "maybe'config" (Maybe ReadGenesisResponse'Config) Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "maybe'config" -> (Maybe ReadGenesisResponse'Config -> f (Maybe ReadGenesisResponse'Config)) -> ReadGenesisResponse -> f ReadGenesisResponse Source # | |
data ReadGenesisResponse'Config Source #
Constructors
| ReadGenesisResponse'Cardano !Genesis |
Instances
| NFData ReadGenesisResponse'Config Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods rnf :: ReadGenesisResponse'Config -> () Source # | |
| Show ReadGenesisResponse'Config Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query | |
| Eq ReadGenesisResponse'Config Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods (==) :: ReadGenesisResponse'Config -> ReadGenesisResponse'Config -> Bool Source # (/=) :: ReadGenesisResponse'Config -> ReadGenesisResponse'Config -> Bool Source # | |
| Ord ReadGenesisResponse'Config Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods compare :: ReadGenesisResponse'Config -> ReadGenesisResponse'Config -> Ordering Source # (<) :: ReadGenesisResponse'Config -> ReadGenesisResponse'Config -> Bool Source # (<=) :: ReadGenesisResponse'Config -> ReadGenesisResponse'Config -> Bool Source # (>) :: ReadGenesisResponse'Config -> ReadGenesisResponse'Config -> Bool Source # (>=) :: ReadGenesisResponse'Config -> ReadGenesisResponse'Config -> Bool Source # max :: ReadGenesisResponse'Config -> ReadGenesisResponse'Config -> ReadGenesisResponse'Config Source # min :: ReadGenesisResponse'Config -> ReadGenesisResponse'Config -> ReadGenesisResponse'Config Source # | |
| HasField ReadGenesisResponse "maybe'config" (Maybe ReadGenesisResponse'Config) Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "maybe'config" -> (Maybe ReadGenesisResponse'Config -> f (Maybe ReadGenesisResponse'Config)) -> ReadGenesisResponse -> f ReadGenesisResponse Source # | |
data ReadParamsRequest Source #
Fields :
fieldMask:: Lens' ReadParamsRequest Proto.Google.Protobuf.FieldMask.FieldMaskmaybe'fieldMask:: Lens' ReadParamsRequest (Prelude.Maybe Proto.Google.Protobuf.FieldMask.FieldMask)
Instances
| NFData ReadParamsRequest Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods rnf :: ReadParamsRequest -> () Source # | |
| Show ReadParamsRequest Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query | |
| Eq ReadParamsRequest Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods (==) :: ReadParamsRequest -> ReadParamsRequest -> Bool Source # (/=) :: ReadParamsRequest -> ReadParamsRequest -> Bool Source # | |
| Ord ReadParamsRequest Source # | |
Defined in Proto.Utxorpc.V1beta.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.V1beta.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.V1beta.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.V1beta.Query.Query | |
data ReadParamsResponse Source #
Fields :
values:: Lens' ReadParamsResponse AnyChainParamsmaybe'values:: Lens' ReadParamsResponse (Prelude.Maybe AnyChainParams)ledgerTip:: Lens' ReadParamsResponse ChainPointmaybe'ledgerTip:: Lens' ReadParamsResponse (Prelude.Maybe ChainPoint)
Instances
| NFData ReadParamsResponse Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods rnf :: ReadParamsResponse -> () Source # | |
| Show ReadParamsResponse Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query | |
| Eq ReadParamsResponse Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods (==) :: ReadParamsResponse -> ReadParamsResponse -> Bool Source # (/=) :: ReadParamsResponse -> ReadParamsResponse -> Bool Source # | |
| Ord ReadParamsResponse Source # | |
Defined in Proto.Utxorpc.V1beta.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.V1beta.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.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "ledgerTip" -> (ChainPoint -> f ChainPoint) -> ReadParamsResponse -> f ReadParamsResponse Source # | |
| HasField ReadParamsResponse "values" AnyChainParams Source # | |
Defined in Proto.Utxorpc.V1beta.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.V1beta.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.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "maybe'values" -> (Maybe AnyChainParams -> f (Maybe AnyChainParams)) -> ReadParamsResponse -> f ReadParamsResponse Source # | |
data ReadTxRequest Source #
Fields :
hash:: Lens' ReadTxRequest Data.ByteString.ByteStringfieldMask:: Lens' ReadTxRequest Proto.Google.Protobuf.FieldMask.FieldMaskmaybe'fieldMask:: Lens' ReadTxRequest (Prelude.Maybe Proto.Google.Protobuf.FieldMask.FieldMask)
Instances
| NFData ReadTxRequest Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods rnf :: ReadTxRequest -> () Source # | |
| Show ReadTxRequest Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query | |
| Eq ReadTxRequest Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods (==) :: ReadTxRequest -> ReadTxRequest -> Bool Source # (/=) :: ReadTxRequest -> ReadTxRequest -> Bool Source # | |
| Ord ReadTxRequest Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods compare :: ReadTxRequest -> ReadTxRequest -> Ordering Source # (<) :: ReadTxRequest -> ReadTxRequest -> Bool Source # (<=) :: ReadTxRequest -> ReadTxRequest -> Bool Source # (>) :: ReadTxRequest -> ReadTxRequest -> Bool Source # (>=) :: ReadTxRequest -> ReadTxRequest -> Bool Source # max :: ReadTxRequest -> ReadTxRequest -> ReadTxRequest Source # min :: ReadTxRequest -> ReadTxRequest -> ReadTxRequest Source # | |
| Message ReadTxRequest Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods messageName :: Proxy ReadTxRequest -> Text Source # packedMessageDescriptor :: Proxy ReadTxRequest -> ByteString Source # packedFileDescriptor :: Proxy ReadTxRequest -> ByteString Source # defMessage :: ReadTxRequest Source # fieldsByTag :: Map Tag (FieldDescriptor ReadTxRequest) Source # fieldsByTextFormatName :: Map String (FieldDescriptor ReadTxRequest) Source # unknownFields :: Lens' ReadTxRequest FieldSet Source # parseMessage :: Parser ReadTxRequest Source # buildMessage :: ReadTxRequest -> Builder Source # | |
| HasField ReadTxRequest "fieldMask" FieldMask Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "fieldMask" -> (FieldMask -> f FieldMask) -> ReadTxRequest -> f ReadTxRequest Source # | |
| HasField ReadTxRequest "hash" ByteString Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "hash" -> (ByteString -> f ByteString) -> ReadTxRequest -> f ReadTxRequest Source # | |
| HasField ReadTxRequest "maybe'fieldMask" (Maybe FieldMask) Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query | |
data ReadTxResponse Source #
Fields :
tx:: Lens' ReadTxResponse AnyChainTxmaybe'tx:: Lens' ReadTxResponse (Prelude.Maybe AnyChainTx)ledgerTip:: Lens' ReadTxResponse ChainPointmaybe'ledgerTip:: Lens' ReadTxResponse (Prelude.Maybe ChainPoint)
Instances
| NFData ReadTxResponse Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods rnf :: ReadTxResponse -> () Source # | |
| Show ReadTxResponse Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query | |
| Eq ReadTxResponse Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods (==) :: ReadTxResponse -> ReadTxResponse -> Bool Source # (/=) :: ReadTxResponse -> ReadTxResponse -> Bool Source # | |
| Ord ReadTxResponse Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods compare :: ReadTxResponse -> ReadTxResponse -> Ordering Source # (<) :: ReadTxResponse -> ReadTxResponse -> Bool Source # (<=) :: ReadTxResponse -> ReadTxResponse -> Bool Source # (>) :: ReadTxResponse -> ReadTxResponse -> Bool Source # (>=) :: ReadTxResponse -> ReadTxResponse -> Bool Source # max :: ReadTxResponse -> ReadTxResponse -> ReadTxResponse Source # min :: ReadTxResponse -> ReadTxResponse -> ReadTxResponse Source # | |
| Message ReadTxResponse Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods messageName :: Proxy ReadTxResponse -> Text Source # packedMessageDescriptor :: Proxy ReadTxResponse -> ByteString Source # packedFileDescriptor :: Proxy ReadTxResponse -> ByteString Source # defMessage :: ReadTxResponse Source # fieldsByTag :: Map Tag (FieldDescriptor ReadTxResponse) Source # fieldsByTextFormatName :: Map String (FieldDescriptor ReadTxResponse) Source # unknownFields :: Lens' ReadTxResponse FieldSet Source # parseMessage :: Parser ReadTxResponse Source # buildMessage :: ReadTxResponse -> Builder Source # | |
| HasField ReadTxResponse "ledgerTip" ChainPoint Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "ledgerTip" -> (ChainPoint -> f ChainPoint) -> ReadTxResponse -> f ReadTxResponse Source # | |
| HasField ReadTxResponse "tx" AnyChainTx Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "tx" -> (AnyChainTx -> f AnyChainTx) -> ReadTxResponse -> f ReadTxResponse Source # | |
| HasField ReadTxResponse "maybe'ledgerTip" (Maybe ChainPoint) Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "maybe'ledgerTip" -> (Maybe ChainPoint -> f (Maybe ChainPoint)) -> ReadTxResponse -> f ReadTxResponse Source # | |
| HasField ReadTxResponse "maybe'tx" (Maybe AnyChainTx) Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "maybe'tx" -> (Maybe AnyChainTx -> f (Maybe AnyChainTx)) -> ReadTxResponse -> f ReadTxResponse Source # | |
data ReadUtxosRequest Source #
Fields :
keys:: Lens' ReadUtxosRequest [TxoRef]vec'keys:: Lens' ReadUtxosRequest (Data.Vector.Vector TxoRef)fieldMask:: Lens' ReadUtxosRequest Proto.Google.Protobuf.FieldMask.FieldMaskmaybe'fieldMask:: Lens' ReadUtxosRequest (Prelude.Maybe Proto.Google.Protobuf.FieldMask.FieldMask)
Instances
| NFData ReadUtxosRequest Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods rnf :: ReadUtxosRequest -> () Source # | |
| Show ReadUtxosRequest Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query | |
| Eq ReadUtxosRequest Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods (==) :: ReadUtxosRequest -> ReadUtxosRequest -> Bool Source # (/=) :: ReadUtxosRequest -> ReadUtxosRequest -> Bool Source # | |
| Ord ReadUtxosRequest Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods compare :: ReadUtxosRequest -> ReadUtxosRequest -> Ordering Source # (<) :: ReadUtxosRequest -> ReadUtxosRequest -> Bool Source # (<=) :: ReadUtxosRequest -> ReadUtxosRequest -> Bool Source # (>) :: ReadUtxosRequest -> ReadUtxosRequest -> Bool Source # (>=) :: ReadUtxosRequest -> ReadUtxosRequest -> Bool Source # max :: ReadUtxosRequest -> ReadUtxosRequest -> ReadUtxosRequest Source # min :: ReadUtxosRequest -> ReadUtxosRequest -> ReadUtxosRequest Source # | |
| Message ReadUtxosRequest Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods messageName :: Proxy ReadUtxosRequest -> Text Source # packedMessageDescriptor :: Proxy ReadUtxosRequest -> ByteString Source # packedFileDescriptor :: Proxy ReadUtxosRequest -> ByteString Source # defMessage :: ReadUtxosRequest Source # fieldsByTag :: Map Tag (FieldDescriptor ReadUtxosRequest) Source # fieldsByTextFormatName :: Map String (FieldDescriptor ReadUtxosRequest) Source # unknownFields :: Lens' ReadUtxosRequest FieldSet Source # | |
| HasField ReadUtxosRequest "fieldMask" FieldMask Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "fieldMask" -> (FieldMask -> f FieldMask) -> ReadUtxosRequest -> f ReadUtxosRequest Source # | |
| HasField ReadUtxosRequest "keys" [TxoRef] Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "keys" -> ([TxoRef] -> f [TxoRef]) -> ReadUtxosRequest -> f ReadUtxosRequest Source # | |
| HasField ReadUtxosRequest "maybe'fieldMask" (Maybe FieldMask) Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query | |
| HasField ReadUtxosRequest "vec'keys" (Vector TxoRef) Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "vec'keys" -> (Vector TxoRef -> f (Vector TxoRef)) -> ReadUtxosRequest -> f ReadUtxosRequest Source # | |
data ReadUtxosResponse Source #
Fields :
items:: Lens' ReadUtxosResponse [AnyUtxoData]vec'items:: Lens' ReadUtxosResponse (Data.Vector.Vector AnyUtxoData)ledgerTip:: Lens' ReadUtxosResponse ChainPointmaybe'ledgerTip:: Lens' ReadUtxosResponse (Prelude.Maybe ChainPoint)
Instances
| NFData ReadUtxosResponse Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods rnf :: ReadUtxosResponse -> () Source # | |
| Show ReadUtxosResponse Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query | |
| Eq ReadUtxosResponse Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods (==) :: ReadUtxosResponse -> ReadUtxosResponse -> Bool Source # (/=) :: ReadUtxosResponse -> ReadUtxosResponse -> Bool Source # | |
| Ord ReadUtxosResponse Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods compare :: ReadUtxosResponse -> ReadUtxosResponse -> Ordering Source # (<) :: ReadUtxosResponse -> ReadUtxosResponse -> Bool Source # (<=) :: ReadUtxosResponse -> ReadUtxosResponse -> Bool Source # (>) :: ReadUtxosResponse -> ReadUtxosResponse -> Bool Source # (>=) :: ReadUtxosResponse -> ReadUtxosResponse -> Bool Source # max :: ReadUtxosResponse -> ReadUtxosResponse -> ReadUtxosResponse Source # min :: ReadUtxosResponse -> ReadUtxosResponse -> ReadUtxosResponse Source # | |
| Message ReadUtxosResponse Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods messageName :: Proxy ReadUtxosResponse -> Text Source # packedMessageDescriptor :: Proxy ReadUtxosResponse -> ByteString Source # packedFileDescriptor :: Proxy ReadUtxosResponse -> ByteString Source # defMessage :: ReadUtxosResponse Source # fieldsByTag :: Map Tag (FieldDescriptor ReadUtxosResponse) Source # fieldsByTextFormatName :: Map String (FieldDescriptor ReadUtxosResponse) Source # unknownFields :: Lens' ReadUtxosResponse FieldSet Source # | |
| HasField ReadUtxosResponse "ledgerTip" ChainPoint Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "ledgerTip" -> (ChainPoint -> f ChainPoint) -> ReadUtxosResponse -> f ReadUtxosResponse Source # | |
| HasField ReadUtxosResponse "items" [AnyUtxoData] Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "items" -> ([AnyUtxoData] -> f [AnyUtxoData]) -> ReadUtxosResponse -> f ReadUtxosResponse Source # | |
| HasField ReadUtxosResponse "maybe'ledgerTip" (Maybe ChainPoint) Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "maybe'ledgerTip" -> (Maybe ChainPoint -> f (Maybe ChainPoint)) -> ReadUtxosResponse -> f ReadUtxosResponse Source # | |
| HasField ReadUtxosResponse "vec'items" (Vector AnyUtxoData) Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "vec'items" -> (Vector AnyUtxoData -> f (Vector AnyUtxoData)) -> ReadUtxosResponse -> f ReadUtxosResponse Source # | |
data SearchUtxosRequest Source #
Fields :
predicate:: Lens' SearchUtxosRequest UtxoPredicatemaybe'predicate:: Lens' SearchUtxosRequest (Prelude.Maybe UtxoPredicate)fieldMask:: Lens' SearchUtxosRequest Proto.Google.Protobuf.FieldMask.FieldMaskmaybe'fieldMask:: Lens' SearchUtxosRequest (Prelude.Maybe Proto.Google.Protobuf.FieldMask.FieldMask)maxItems:: Lens' SearchUtxosRequest Data.Int.Int32startToken:: Lens' SearchUtxosRequest Data.Text.Text
Instances
| NFData SearchUtxosRequest Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods rnf :: SearchUtxosRequest -> () Source # | |
| Show SearchUtxosRequest Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query | |
| Eq SearchUtxosRequest Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods (==) :: SearchUtxosRequest -> SearchUtxosRequest -> Bool Source # (/=) :: SearchUtxosRequest -> SearchUtxosRequest -> Bool Source # | |
| Ord SearchUtxosRequest Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods compare :: SearchUtxosRequest -> SearchUtxosRequest -> Ordering Source # (<) :: SearchUtxosRequest -> SearchUtxosRequest -> Bool Source # (<=) :: SearchUtxosRequest -> SearchUtxosRequest -> Bool Source # (>) :: SearchUtxosRequest -> SearchUtxosRequest -> Bool Source # (>=) :: SearchUtxosRequest -> SearchUtxosRequest -> Bool Source # max :: SearchUtxosRequest -> SearchUtxosRequest -> SearchUtxosRequest Source # min :: SearchUtxosRequest -> SearchUtxosRequest -> SearchUtxosRequest Source # | |
| Message SearchUtxosRequest Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods messageName :: Proxy SearchUtxosRequest -> Text Source # packedMessageDescriptor :: Proxy SearchUtxosRequest -> ByteString Source # packedFileDescriptor :: Proxy SearchUtxosRequest -> ByteString Source # defMessage :: SearchUtxosRequest Source # fieldsByTag :: Map Tag (FieldDescriptor SearchUtxosRequest) Source # fieldsByTextFormatName :: Map String (FieldDescriptor SearchUtxosRequest) Source # unknownFields :: Lens' SearchUtxosRequest FieldSet Source # | |
| HasField SearchUtxosRequest "fieldMask" FieldMask Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "fieldMask" -> (FieldMask -> f FieldMask) -> SearchUtxosRequest -> f SearchUtxosRequest Source # | |
| HasField SearchUtxosRequest "maxItems" Int32 Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "maxItems" -> (Int32 -> f Int32) -> SearchUtxosRequest -> f SearchUtxosRequest Source # | |
| HasField SearchUtxosRequest "predicate" UtxoPredicate Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "predicate" -> (UtxoPredicate -> f UtxoPredicate) -> SearchUtxosRequest -> f SearchUtxosRequest Source # | |
| HasField SearchUtxosRequest "startToken" Text Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "startToken" -> (Text -> f Text) -> SearchUtxosRequest -> f SearchUtxosRequest Source # | |
| HasField SearchUtxosRequest "maybe'fieldMask" (Maybe FieldMask) Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query | |
| HasField SearchUtxosRequest "maybe'predicate" (Maybe UtxoPredicate) Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "maybe'predicate" -> (Maybe UtxoPredicate -> f (Maybe UtxoPredicate)) -> SearchUtxosRequest -> f SearchUtxosRequest Source # | |
data SearchUtxosResponse Source #
Fields :
items:: Lens' SearchUtxosResponse [AnyUtxoData]vec'items:: Lens' SearchUtxosResponse (Data.Vector.Vector AnyUtxoData)ledgerTip:: Lens' SearchUtxosResponse ChainPointmaybe'ledgerTip:: Lens' SearchUtxosResponse (Prelude.Maybe ChainPoint)nextToken:: Lens' SearchUtxosResponse Data.Text.Text
Instances
| NFData SearchUtxosResponse Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods rnf :: SearchUtxosResponse -> () Source # | |
| Show SearchUtxosResponse Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query | |
| Eq SearchUtxosResponse Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods (==) :: SearchUtxosResponse -> SearchUtxosResponse -> Bool Source # (/=) :: SearchUtxosResponse -> SearchUtxosResponse -> Bool Source # | |
| Ord SearchUtxosResponse Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods compare :: SearchUtxosResponse -> SearchUtxosResponse -> Ordering Source # (<) :: SearchUtxosResponse -> SearchUtxosResponse -> Bool Source # (<=) :: SearchUtxosResponse -> SearchUtxosResponse -> Bool Source # (>) :: SearchUtxosResponse -> SearchUtxosResponse -> Bool Source # (>=) :: SearchUtxosResponse -> SearchUtxosResponse -> Bool Source # max :: SearchUtxosResponse -> SearchUtxosResponse -> SearchUtxosResponse Source # min :: SearchUtxosResponse -> SearchUtxosResponse -> SearchUtxosResponse Source # | |
| Message SearchUtxosResponse Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods messageName :: Proxy SearchUtxosResponse -> Text Source # packedMessageDescriptor :: Proxy SearchUtxosResponse -> ByteString Source # packedFileDescriptor :: Proxy SearchUtxosResponse -> ByteString Source # defMessage :: SearchUtxosResponse Source # fieldsByTag :: Map Tag (FieldDescriptor SearchUtxosResponse) Source # fieldsByTextFormatName :: Map String (FieldDescriptor SearchUtxosResponse) Source # unknownFields :: Lens' SearchUtxosResponse FieldSet Source # | |
| HasField SearchUtxosResponse "ledgerTip" ChainPoint Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "ledgerTip" -> (ChainPoint -> f ChainPoint) -> SearchUtxosResponse -> f SearchUtxosResponse Source # | |
| HasField SearchUtxosResponse "nextToken" Text Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "nextToken" -> (Text -> f Text) -> SearchUtxosResponse -> f SearchUtxosResponse Source # | |
| HasField SearchUtxosResponse "items" [AnyUtxoData] Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "items" -> ([AnyUtxoData] -> f [AnyUtxoData]) -> SearchUtxosResponse -> f SearchUtxosResponse Source # | |
| HasField SearchUtxosResponse "maybe'ledgerTip" (Maybe ChainPoint) Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "maybe'ledgerTip" -> (Maybe ChainPoint -> f (Maybe ChainPoint)) -> SearchUtxosResponse -> f SearchUtxosResponse Source # | |
| HasField SearchUtxosResponse "vec'items" (Vector AnyUtxoData) Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "vec'items" -> (Vector AnyUtxoData -> f (Vector AnyUtxoData)) -> SearchUtxosResponse -> f SearchUtxosResponse Source # | |
Instances
| NFData TxoRef Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query | |
| Show TxoRef Source # | |
| Eq TxoRef Source # | |
| Ord TxoRef Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query | |
| Message TxoRef Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods messageName :: Proxy TxoRef -> Text Source # packedMessageDescriptor :: Proxy TxoRef -> ByteString Source # packedFileDescriptor :: Proxy TxoRef -> ByteString Source # defMessage :: TxoRef Source # fieldsByTag :: Map Tag (FieldDescriptor TxoRef) Source # fieldsByTextFormatName :: Map String (FieldDescriptor TxoRef) Source # unknownFields :: Lens' TxoRef FieldSet Source # parseMessage :: Parser TxoRef Source # buildMessage :: TxoRef -> Builder Source # | |
| HasField AnyUtxoData "txoRef" TxoRef Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "txoRef" -> (TxoRef -> f TxoRef) -> AnyUtxoData -> f AnyUtxoData Source # | |
| HasField TxoRef "hash" ByteString Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "hash" -> (ByteString -> f ByteString) -> TxoRef -> f TxoRef Source # | |
| HasField TxoRef "index" Word32 Source # | |
| HasField AnyUtxoData "maybe'txoRef" (Maybe TxoRef) Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query | |
| HasField ReadUtxosRequest "keys" [TxoRef] Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "keys" -> ([TxoRef] -> f [TxoRef]) -> ReadUtxosRequest -> f ReadUtxosRequest Source # | |
| HasField ReadUtxosRequest "vec'keys" (Vector TxoRef) Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "vec'keys" -> (Vector TxoRef -> f (Vector TxoRef)) -> ReadUtxosRequest -> f ReadUtxosRequest Source # | |
data UtxoPredicate Source #
Fields :
match:: Lens' UtxoPredicate AnyUtxoPatternmaybe'match:: Lens' UtxoPredicate (Prelude.Maybe AnyUtxoPattern)not:: Lens' UtxoPredicate [UtxoPredicate]vec'not:: Lens' UtxoPredicate (Data.Vector.Vector UtxoPredicate)allOf:: Lens' UtxoPredicate [UtxoPredicate]vec'allOf:: Lens' UtxoPredicate (Data.Vector.Vector UtxoPredicate)anyOf:: Lens' UtxoPredicate [UtxoPredicate]vec'anyOf:: Lens' UtxoPredicate (Data.Vector.Vector UtxoPredicate)
Instances
| NFData UtxoPredicate Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods rnf :: UtxoPredicate -> () Source # | |
| Show UtxoPredicate Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query | |
| Eq UtxoPredicate Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods (==) :: UtxoPredicate -> UtxoPredicate -> Bool Source # (/=) :: UtxoPredicate -> UtxoPredicate -> Bool Source # | |
| Ord UtxoPredicate Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods compare :: UtxoPredicate -> UtxoPredicate -> Ordering Source # (<) :: UtxoPredicate -> UtxoPredicate -> Bool Source # (<=) :: UtxoPredicate -> UtxoPredicate -> Bool Source # (>) :: UtxoPredicate -> UtxoPredicate -> Bool Source # (>=) :: UtxoPredicate -> UtxoPredicate -> Bool Source # max :: UtxoPredicate -> UtxoPredicate -> UtxoPredicate Source # min :: UtxoPredicate -> UtxoPredicate -> UtxoPredicate Source # | |
| Message UtxoPredicate Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods messageName :: Proxy UtxoPredicate -> Text Source # packedMessageDescriptor :: Proxy UtxoPredicate -> ByteString Source # packedFileDescriptor :: Proxy UtxoPredicate -> ByteString Source # defMessage :: UtxoPredicate Source # fieldsByTag :: Map Tag (FieldDescriptor UtxoPredicate) Source # fieldsByTextFormatName :: Map String (FieldDescriptor UtxoPredicate) Source # unknownFields :: Lens' UtxoPredicate FieldSet Source # parseMessage :: Parser UtxoPredicate Source # buildMessage :: UtxoPredicate -> Builder Source # | |
| HasField SearchUtxosRequest "predicate" UtxoPredicate Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "predicate" -> (UtxoPredicate -> f UtxoPredicate) -> SearchUtxosRequest -> f SearchUtxosRequest Source # | |
| HasField UtxoPredicate "match" AnyUtxoPattern Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "match" -> (AnyUtxoPattern -> f AnyUtxoPattern) -> UtxoPredicate -> f UtxoPredicate Source # | |
| HasField SearchUtxosRequest "maybe'predicate" (Maybe UtxoPredicate) Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "maybe'predicate" -> (Maybe UtxoPredicate -> f (Maybe UtxoPredicate)) -> SearchUtxosRequest -> f SearchUtxosRequest Source # | |
| HasField UtxoPredicate "allOf" [UtxoPredicate] Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "allOf" -> ([UtxoPredicate] -> f [UtxoPredicate]) -> UtxoPredicate -> f UtxoPredicate Source # | |
| HasField UtxoPredicate "anyOf" [UtxoPredicate] Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "anyOf" -> ([UtxoPredicate] -> f [UtxoPredicate]) -> UtxoPredicate -> f UtxoPredicate Source # | |
| HasField UtxoPredicate "maybe'match" (Maybe AnyUtxoPattern) Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "maybe'match" -> (Maybe AnyUtxoPattern -> f (Maybe AnyUtxoPattern)) -> UtxoPredicate -> f UtxoPredicate Source # | |
| HasField UtxoPredicate "not" [UtxoPredicate] Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "not" -> ([UtxoPredicate] -> f [UtxoPredicate]) -> UtxoPredicate -> f UtxoPredicate Source # | |
| HasField UtxoPredicate "vec'allOf" (Vector UtxoPredicate) Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "vec'allOf" -> (Vector UtxoPredicate -> f (Vector UtxoPredicate)) -> UtxoPredicate -> f UtxoPredicate Source # | |
| HasField UtxoPredicate "vec'anyOf" (Vector UtxoPredicate) Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "vec'anyOf" -> (Vector UtxoPredicate -> f (Vector UtxoPredicate)) -> UtxoPredicate -> f UtxoPredicate Source # | |
| HasField UtxoPredicate "vec'not" (Vector UtxoPredicate) Source # | |
Defined in Proto.Utxorpc.V1beta.Query.Query Methods fieldOf :: Functor f => Proxy# "vec'not" -> (Vector UtxoPredicate -> f (Vector UtxoPredicate)) -> UtxoPredicate -> f UtxoPredicate Source # | |