Safe Haskell | None |
---|---|
Language | Haskell2010 |
Proto.Utxorpc.V1alpha.Query.Query
Synopsis
- data QueryService = QueryService
- data AddressArray
- data AnyChainParams
- data AnyChainParams'Params = AnyChainParams'Cardano !PParams
- _AnyChainParams'Cardano :: Prism' AnyChainParams'Params PParams
- data AnyUtxoData
- data AnyUtxoData'ParsedState = AnyUtxoData'Cardano !TxOutput
- _AnyUtxoData'Cardano :: Prism' AnyUtxoData'ParsedState TxOutput
- data ChainPoint
- data ReadParamsRequest
- data ReadParamsResponse
- data ReadUtxosRequest
- data ReadUtxosRequest'QueryArgs
- _ReadUtxosRequest'TxoRefs :: Prism' ReadUtxosRequest'QueryArgs TxoRefArray
- _ReadUtxosRequest'Addresses :: Prism' ReadUtxosRequest'QueryArgs AddressArray
- data ReadUtxosResponse
- data TxoRef
- data TxoRefArray
Documentation
data QueryService Source #
Constructors
QueryService |
Instances
data AddressArray Source #
Fields :
Instances
NFData AddressArray Source # | |
Defined in Proto.Utxorpc.V1alpha.Query.Query Methods rnf :: AddressArray -> () Source # | |
Show AddressArray Source # | |
Defined in Proto.Utxorpc.V1alpha.Query.Query | |
Eq AddressArray Source # | |
Defined in Proto.Utxorpc.V1alpha.Query.Query Methods (==) :: AddressArray -> AddressArray -> Bool Source # (/=) :: AddressArray -> AddressArray -> Bool Source # | |
Ord AddressArray Source # | |
Defined in Proto.Utxorpc.V1alpha.Query.Query Methods compare :: AddressArray -> AddressArray -> Ordering Source # (<) :: AddressArray -> AddressArray -> Bool Source # (<=) :: AddressArray -> AddressArray -> Bool Source # (>) :: AddressArray -> AddressArray -> Bool Source # (>=) :: AddressArray -> AddressArray -> Bool Source # max :: AddressArray -> AddressArray -> AddressArray Source # min :: AddressArray -> AddressArray -> AddressArray Source # | |
Message AddressArray Source # | |
Defined in Proto.Utxorpc.V1alpha.Query.Query Methods messageName :: Proxy AddressArray -> Text Source # packedMessageDescriptor :: Proxy AddressArray -> ByteString Source # packedFileDescriptor :: Proxy AddressArray -> ByteString Source # defMessage :: AddressArray Source # fieldsByTag :: Map Tag (FieldDescriptor AddressArray) Source # fieldsByTextFormatName :: Map String (FieldDescriptor AddressArray) Source # unknownFields :: Lens' AddressArray FieldSet Source # parseMessage :: Parser AddressArray Source # buildMessage :: AddressArray -> Builder Source # | |
HasField ReadUtxosRequest "addresses" AddressArray Source # | |
Defined in Proto.Utxorpc.V1alpha.Query.Query Methods fieldOf :: Functor f => Proxy# "addresses" -> (AddressArray -> f AddressArray) -> ReadUtxosRequest -> f ReadUtxosRequest Source # | |
HasField AddressArray "items" [ByteString] Source # | |
Defined in Proto.Utxorpc.V1alpha.Query.Query Methods fieldOf :: Functor f => Proxy# "items" -> ([ByteString] -> f [ByteString]) -> AddressArray -> f AddressArray Source # | |
HasField AddressArray "vec'items" (Vector ByteString) Source # | |
Defined in Proto.Utxorpc.V1alpha.Query.Query Methods fieldOf :: Functor f => Proxy# "vec'items" -> (Vector ByteString -> f (Vector ByteString)) -> AddressArray -> f AddressArray Source # | |
HasField ReadUtxosRequest "maybe'addresses" (Maybe AddressArray) Source # | |
Defined in Proto.Utxorpc.V1alpha.Query.Query Methods fieldOf :: Functor f => Proxy# "maybe'addresses" -> (Maybe AddressArray -> f (Maybe AddressArray)) -> ReadUtxosRequest -> f ReadUtxosRequest Source # |
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 AnyUtxoData Source #
Fields :
nativeBytes
:: Lens' AnyUtxoData Data.ByteString.ByteString
txoRef
:: Lens' AnyUtxoData TxoRef
maybe'txoRef
:: Lens' AnyUtxoData (Prelude.Maybe TxoRef)
maybe'parsedState
:: Lens' AnyUtxoData (Prelude.Maybe AnyUtxoData'ParsedState)
maybe'cardano
:: Lens' AnyUtxoData (Prelude.Maybe Proto.Utxorpc.V1alpha.Cardano.Cardano.TxOutput)
cardano
:: Lens' AnyUtxoData Proto.Utxorpc.V1alpha.Cardano.Cardano.TxOutput
Instances
NFData AnyUtxoData Source # | |
Defined in Proto.Utxorpc.V1alpha.Query.Query Methods rnf :: AnyUtxoData -> () Source # | |
Show AnyUtxoData Source # | |
Defined in Proto.Utxorpc.V1alpha.Query.Query | |
Eq AnyUtxoData Source # | |
Defined in Proto.Utxorpc.V1alpha.Query.Query Methods (==) :: AnyUtxoData -> AnyUtxoData -> Bool Source # (/=) :: AnyUtxoData -> AnyUtxoData -> Bool Source # | |
Ord AnyUtxoData Source # | |
Defined in Proto.Utxorpc.V1alpha.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.V1alpha.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 "cardano" TxOutput Source # | |
Defined in Proto.Utxorpc.V1alpha.Query.Query Methods fieldOf :: Functor f => Proxy# "cardano" -> (TxOutput -> f TxOutput) -> AnyUtxoData -> f AnyUtxoData Source # | |
HasField AnyUtxoData "nativeBytes" ByteString Source # | |
Defined in Proto.Utxorpc.V1alpha.Query.Query Methods fieldOf :: Functor f => Proxy# "nativeBytes" -> (ByteString -> f ByteString) -> AnyUtxoData -> f AnyUtxoData Source # | |
HasField AnyUtxoData "txoRef" TxoRef Source # | |
Defined in Proto.Utxorpc.V1alpha.Query.Query Methods fieldOf :: Functor f => Proxy# "txoRef" -> (TxoRef -> f TxoRef) -> AnyUtxoData -> f AnyUtxoData Source # | |
HasField AnyUtxoData "maybe'cardano" (Maybe TxOutput) Source # | |
Defined in Proto.Utxorpc.V1alpha.Query.Query | |
HasField AnyUtxoData "maybe'parsedState" (Maybe AnyUtxoData'ParsedState) Source # | |
Defined in Proto.Utxorpc.V1alpha.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.V1alpha.Query.Query | |
HasField ReadUtxosResponse "items" [AnyUtxoData] Source # | |
Defined in Proto.Utxorpc.V1alpha.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.V1alpha.Query.Query Methods fieldOf :: Functor f => Proxy# "vec'items" -> (Vector AnyUtxoData -> f (Vector AnyUtxoData)) -> ReadUtxosResponse -> f ReadUtxosResponse Source # | |
IsCardanoEra era => Inject (UTxO era) [Proto AnyUtxoData] Source # | |
Defined in Cardano.Rpc.Server.Internal.Orphans |
data AnyUtxoData'ParsedState Source #
Constructors
AnyUtxoData'Cardano !TxOutput |
Instances
NFData AnyUtxoData'ParsedState Source # | |
Defined in Proto.Utxorpc.V1alpha.Query.Query Methods rnf :: AnyUtxoData'ParsedState -> () Source # | |
Show AnyUtxoData'ParsedState Source # | |
Defined in Proto.Utxorpc.V1alpha.Query.Query | |
Eq AnyUtxoData'ParsedState Source # | |
Defined in Proto.Utxorpc.V1alpha.Query.Query Methods (==) :: AnyUtxoData'ParsedState -> AnyUtxoData'ParsedState -> Bool Source # (/=) :: AnyUtxoData'ParsedState -> AnyUtxoData'ParsedState -> Bool Source # | |
Ord AnyUtxoData'ParsedState Source # | |
Defined in Proto.Utxorpc.V1alpha.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.V1alpha.Query.Query Methods fieldOf :: Functor f => Proxy# "maybe'parsedState" -> (Maybe AnyUtxoData'ParsedState -> f (Maybe AnyUtxoData'ParsedState)) -> AnyUtxoData -> f AnyUtxoData 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 ReadUtxosResponse "ledgerTip" ChainPoint Source # | |
Defined in Proto.Utxorpc.V1alpha.Query.Query Methods fieldOf :: Functor f => Proxy# "ledgerTip" -> (ChainPoint -> f ChainPoint) -> ReadUtxosResponse -> f ReadUtxosResponse 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 ReadUtxosResponse "maybe'ledgerTip" (Maybe ChainPoint) Source # | |
Defined in Proto.Utxorpc.V1alpha.Query.Query Methods fieldOf :: Functor f => Proxy# "maybe'ledgerTip" -> (Maybe ChainPoint -> f (Maybe ChainPoint)) -> ReadUtxosResponse -> f ReadUtxosResponse 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 # |
data ReadUtxosRequest Source #
Fields :
fieldMask
:: Lens' ReadUtxosRequest Proto.Google.Protobuf.FieldMask.FieldMask
maybe'fieldMask
:: Lens' ReadUtxosRequest (Prelude.Maybe Proto.Google.Protobuf.FieldMask.FieldMask)
maybe'queryArgs
:: Lens' ReadUtxosRequest (Prelude.Maybe ReadUtxosRequest'QueryArgs)
maybe'txoRefs
:: Lens' ReadUtxosRequest (Prelude.Maybe TxoRefArray)
txoRefs
:: Lens' ReadUtxosRequest TxoRefArray
maybe'addresses
:: Lens' ReadUtxosRequest (Prelude.Maybe AddressArray)
addresses
:: Lens' ReadUtxosRequest AddressArray
Instances
NFData ReadUtxosRequest Source # | |
Defined in Proto.Utxorpc.V1alpha.Query.Query Methods rnf :: ReadUtxosRequest -> () Source # | |
Show ReadUtxosRequest Source # | |
Defined in Proto.Utxorpc.V1alpha.Query.Query | |
Eq ReadUtxosRequest Source # | |
Defined in Proto.Utxorpc.V1alpha.Query.Query Methods (==) :: ReadUtxosRequest -> ReadUtxosRequest -> Bool Source # (/=) :: ReadUtxosRequest -> ReadUtxosRequest -> Bool Source # | |
Ord ReadUtxosRequest Source # | |
Defined in Proto.Utxorpc.V1alpha.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.V1alpha.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 "addresses" AddressArray Source # | |
Defined in Proto.Utxorpc.V1alpha.Query.Query Methods fieldOf :: Functor f => Proxy# "addresses" -> (AddressArray -> f AddressArray) -> ReadUtxosRequest -> f ReadUtxosRequest Source # | |
HasField ReadUtxosRequest "fieldMask" FieldMask Source # | |
Defined in Proto.Utxorpc.V1alpha.Query.Query Methods fieldOf :: Functor f => Proxy# "fieldMask" -> (FieldMask -> f FieldMask) -> ReadUtxosRequest -> f ReadUtxosRequest Source # | |
HasField ReadUtxosRequest "txoRefs" TxoRefArray Source # | |
Defined in Proto.Utxorpc.V1alpha.Query.Query Methods fieldOf :: Functor f => Proxy# "txoRefs" -> (TxoRefArray -> f TxoRefArray) -> ReadUtxosRequest -> f ReadUtxosRequest Source # | |
HasField ReadUtxosRequest "maybe'addresses" (Maybe AddressArray) Source # | |
Defined in Proto.Utxorpc.V1alpha.Query.Query Methods fieldOf :: Functor f => Proxy# "maybe'addresses" -> (Maybe AddressArray -> f (Maybe AddressArray)) -> ReadUtxosRequest -> f ReadUtxosRequest Source # | |
HasField ReadUtxosRequest "maybe'fieldMask" (Maybe FieldMask) Source # | |
Defined in Proto.Utxorpc.V1alpha.Query.Query | |
HasField ReadUtxosRequest "maybe'queryArgs" (Maybe ReadUtxosRequest'QueryArgs) Source # | |
Defined in Proto.Utxorpc.V1alpha.Query.Query Methods fieldOf :: Functor f => Proxy# "maybe'queryArgs" -> (Maybe ReadUtxosRequest'QueryArgs -> f (Maybe ReadUtxosRequest'QueryArgs)) -> ReadUtxosRequest -> f ReadUtxosRequest Source # | |
HasField ReadUtxosRequest "maybe'txoRefs" (Maybe TxoRefArray) Source # | |
Defined in Proto.Utxorpc.V1alpha.Query.Query Methods fieldOf :: Functor f => Proxy# "maybe'txoRefs" -> (Maybe TxoRefArray -> f (Maybe TxoRefArray)) -> ReadUtxosRequest -> f ReadUtxosRequest Source # |
data ReadUtxosRequest'QueryArgs Source #
Instances
NFData ReadUtxosRequest'QueryArgs Source # | |
Defined in Proto.Utxorpc.V1alpha.Query.Query Methods rnf :: ReadUtxosRequest'QueryArgs -> () Source # | |
Show ReadUtxosRequest'QueryArgs Source # | |
Defined in Proto.Utxorpc.V1alpha.Query.Query | |
Eq ReadUtxosRequest'QueryArgs Source # | |
Defined in Proto.Utxorpc.V1alpha.Query.Query Methods (==) :: ReadUtxosRequest'QueryArgs -> ReadUtxosRequest'QueryArgs -> Bool Source # (/=) :: ReadUtxosRequest'QueryArgs -> ReadUtxosRequest'QueryArgs -> Bool Source # | |
Ord ReadUtxosRequest'QueryArgs Source # | |
Defined in Proto.Utxorpc.V1alpha.Query.Query Methods compare :: ReadUtxosRequest'QueryArgs -> ReadUtxosRequest'QueryArgs -> Ordering Source # (<) :: ReadUtxosRequest'QueryArgs -> ReadUtxosRequest'QueryArgs -> Bool Source # (<=) :: ReadUtxosRequest'QueryArgs -> ReadUtxosRequest'QueryArgs -> Bool Source # (>) :: ReadUtxosRequest'QueryArgs -> ReadUtxosRequest'QueryArgs -> Bool Source # (>=) :: ReadUtxosRequest'QueryArgs -> ReadUtxosRequest'QueryArgs -> Bool Source # max :: ReadUtxosRequest'QueryArgs -> ReadUtxosRequest'QueryArgs -> ReadUtxosRequest'QueryArgs Source # min :: ReadUtxosRequest'QueryArgs -> ReadUtxosRequest'QueryArgs -> ReadUtxosRequest'QueryArgs Source # | |
HasField ReadUtxosRequest "maybe'queryArgs" (Maybe ReadUtxosRequest'QueryArgs) Source # | |
Defined in Proto.Utxorpc.V1alpha.Query.Query Methods fieldOf :: Functor f => Proxy# "maybe'queryArgs" -> (Maybe ReadUtxosRequest'QueryArgs -> f (Maybe ReadUtxosRequest'QueryArgs)) -> ReadUtxosRequest -> f ReadUtxosRequest Source # |
data ReadUtxosResponse Source #
Fields :
items
:: Lens' ReadUtxosResponse [AnyUtxoData]
vec'items
:: Lens' ReadUtxosResponse (Data.Vector.Vector AnyUtxoData)
ledgerTip
:: Lens' ReadUtxosResponse ChainPoint
maybe'ledgerTip
:: Lens' ReadUtxosResponse (Prelude.Maybe ChainPoint)
Instances
NFData ReadUtxosResponse Source # | |
Defined in Proto.Utxorpc.V1alpha.Query.Query Methods rnf :: ReadUtxosResponse -> () Source # | |
Show ReadUtxosResponse Source # | |
Defined in Proto.Utxorpc.V1alpha.Query.Query | |
Eq ReadUtxosResponse Source # | |
Defined in Proto.Utxorpc.V1alpha.Query.Query Methods (==) :: ReadUtxosResponse -> ReadUtxosResponse -> Bool Source # (/=) :: ReadUtxosResponse -> ReadUtxosResponse -> Bool Source # | |
Ord ReadUtxosResponse Source # | |
Defined in Proto.Utxorpc.V1alpha.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.V1alpha.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.V1alpha.Query.Query Methods fieldOf :: Functor f => Proxy# "ledgerTip" -> (ChainPoint -> f ChainPoint) -> ReadUtxosResponse -> f ReadUtxosResponse Source # | |
HasField ReadUtxosResponse "items" [AnyUtxoData] Source # | |
Defined in Proto.Utxorpc.V1alpha.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.V1alpha.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.V1alpha.Query.Query Methods fieldOf :: Functor f => Proxy# "vec'items" -> (Vector AnyUtxoData -> f (Vector AnyUtxoData)) -> ReadUtxosResponse -> f ReadUtxosResponse Source # |
Instances
NFData TxoRef Source # | |
Defined in Proto.Utxorpc.V1alpha.Query.Query | |
Show TxoRef Source # | |
Eq TxoRef Source # | |
Ord TxoRef Source # | |
Defined in Proto.Utxorpc.V1alpha.Query.Query | |
Message TxoRef Source # | |
Defined in Proto.Utxorpc.V1alpha.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.V1alpha.Query.Query Methods fieldOf :: Functor f => Proxy# "txoRef" -> (TxoRef -> f TxoRef) -> AnyUtxoData -> f AnyUtxoData Source # | |
HasField TxoRef "hash" ByteString Source # | |
Defined in Proto.Utxorpc.V1alpha.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.V1alpha.Query.Query | |
HasField TxoRefArray "items" [TxoRef] Source # | |
Defined in Proto.Utxorpc.V1alpha.Query.Query Methods fieldOf :: Functor f => Proxy# "items" -> ([TxoRef] -> f [TxoRef]) -> TxoRefArray -> f TxoRefArray Source # | |
HasField TxoRefArray "vec'items" (Vector TxoRef) Source # | |
Defined in Proto.Utxorpc.V1alpha.Query.Query | |
Inject TxIn (Proto TxoRef) Source # | Note that conversion is not total in the other direction |
data TxoRefArray Source #
Fields :
Instances
NFData TxoRefArray Source # | |
Defined in Proto.Utxorpc.V1alpha.Query.Query Methods rnf :: TxoRefArray -> () Source # | |
Show TxoRefArray Source # | |
Defined in Proto.Utxorpc.V1alpha.Query.Query | |
Eq TxoRefArray Source # | |
Defined in Proto.Utxorpc.V1alpha.Query.Query Methods (==) :: TxoRefArray -> TxoRefArray -> Bool Source # (/=) :: TxoRefArray -> TxoRefArray -> Bool Source # | |
Ord TxoRefArray Source # | |
Defined in Proto.Utxorpc.V1alpha.Query.Query Methods compare :: TxoRefArray -> TxoRefArray -> Ordering Source # (<) :: TxoRefArray -> TxoRefArray -> Bool Source # (<=) :: TxoRefArray -> TxoRefArray -> Bool Source # (>) :: TxoRefArray -> TxoRefArray -> Bool Source # (>=) :: TxoRefArray -> TxoRefArray -> Bool Source # max :: TxoRefArray -> TxoRefArray -> TxoRefArray Source # min :: TxoRefArray -> TxoRefArray -> TxoRefArray Source # | |
Message TxoRefArray Source # | |
Defined in Proto.Utxorpc.V1alpha.Query.Query Methods messageName :: Proxy TxoRefArray -> Text Source # packedMessageDescriptor :: Proxy TxoRefArray -> ByteString Source # packedFileDescriptor :: Proxy TxoRefArray -> ByteString Source # defMessage :: TxoRefArray Source # fieldsByTag :: Map Tag (FieldDescriptor TxoRefArray) Source # fieldsByTextFormatName :: Map String (FieldDescriptor TxoRefArray) Source # unknownFields :: Lens' TxoRefArray FieldSet Source # parseMessage :: Parser TxoRefArray Source # buildMessage :: TxoRefArray -> Builder Source # | |
HasField ReadUtxosRequest "txoRefs" TxoRefArray Source # | |
Defined in Proto.Utxorpc.V1alpha.Query.Query Methods fieldOf :: Functor f => Proxy# "txoRefs" -> (TxoRefArray -> f TxoRefArray) -> ReadUtxosRequest -> f ReadUtxosRequest Source # | |
HasField ReadUtxosRequest "maybe'txoRefs" (Maybe TxoRefArray) Source # | |
Defined in Proto.Utxorpc.V1alpha.Query.Query Methods fieldOf :: Functor f => Proxy# "maybe'txoRefs" -> (Maybe TxoRefArray -> f (Maybe TxoRefArray)) -> ReadUtxosRequest -> f ReadUtxosRequest Source # | |
HasField TxoRefArray "items" [TxoRef] Source # | |
Defined in Proto.Utxorpc.V1alpha.Query.Query Methods fieldOf :: Functor f => Proxy# "items" -> ([TxoRef] -> f [TxoRef]) -> TxoRefArray -> f TxoRefArray Source # | |
HasField TxoRefArray "vec'items" (Vector TxoRef) Source # | |
Defined in Proto.Utxorpc.V1alpha.Query.Query |