| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Cardano.Rpc.Proto.Api.UtxoRpc.Submit
Documentation
data AnyChainEval #
Instances
data AnyChainEval'Chain #
Constructors
| AnyChainEval'Cardano !TxEval |
Instances
data AnyChainTx #
Instances
data AnyChainTx'Type #
Constructors
| AnyChainTx'Raw !ByteString |
Instances
data AnyChainTxPattern #
Instances
data AnyChainTxPattern'Chain #
Constructors
| AnyChainTxPattern'Cardano !TxPattern |
Instances
data EvalTxRequest #
Instances
data EvalTxResponse #
Instances
data ReadMempoolRequest #
Instances
data ReadMempoolResponse #
Instances
Constructors
| STAGE_UNSPECIFIED | |
| STAGE_ACKNOWLEDGED | |
| STAGE_MEMPOOL | |
| STAGE_NETWORK | |
| STAGE_CONFIRMED | |
| Stage'Unrecognized !Stage'UnrecognizedValue |
Instances
data Stage'UnrecognizedValue #
Instances
data SubmitService #
Constructors
| SubmitService |
Instances
data SubmitTxRequest #
Instances
| NFData SubmitTxRequest # | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit Methods rnf :: SubmitTxRequest -> () Source # | |
| Show SubmitTxRequest # | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit | |
| Eq SubmitTxRequest # | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit Methods (==) :: SubmitTxRequest -> SubmitTxRequest -> Bool Source # (/=) :: SubmitTxRequest -> SubmitTxRequest -> Bool Source # | |
| Ord SubmitTxRequest # | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit Methods compare :: SubmitTxRequest -> SubmitTxRequest -> Ordering Source # (<) :: SubmitTxRequest -> SubmitTxRequest -> Bool Source # (<=) :: SubmitTxRequest -> SubmitTxRequest -> Bool Source # (>) :: SubmitTxRequest -> SubmitTxRequest -> Bool Source # (>=) :: SubmitTxRequest -> SubmitTxRequest -> Bool Source # max :: SubmitTxRequest -> SubmitTxRequest -> SubmitTxRequest Source # min :: SubmitTxRequest -> SubmitTxRequest -> SubmitTxRequest Source # | |
| Message SubmitTxRequest # | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit Methods messageName :: Proxy SubmitTxRequest -> Text Source # packedMessageDescriptor :: Proxy SubmitTxRequest -> ByteString Source # packedFileDescriptor :: Proxy SubmitTxRequest -> ByteString Source # defMessage :: SubmitTxRequest Source # fieldsByTag :: Map Tag (FieldDescriptor SubmitTxRequest) Source # fieldsByTextFormatName :: Map String (FieldDescriptor SubmitTxRequest) Source # unknownFields :: Lens' SubmitTxRequest FieldSet Source # | |
| HasField SubmitTxRequest "tx" AnyChainTx # | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit Methods fieldOf :: Functor f => Proxy# "tx" -> (AnyChainTx -> f AnyChainTx) -> SubmitTxRequest -> f SubmitTxRequest Source # | |
| HasField SubmitTxRequest "maybe'tx" (Maybe AnyChainTx) # | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit Methods fieldOf :: Functor f => Proxy# "maybe'tx" -> (Maybe AnyChainTx -> f (Maybe AnyChainTx)) -> SubmitTxRequest -> f SubmitTxRequest Source # | |
data SubmitTxResponse #
Instances
| NFData SubmitTxResponse # | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit Methods rnf :: SubmitTxResponse -> () Source # | |
| Show SubmitTxResponse # | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit | |
| Eq SubmitTxResponse # | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit Methods (==) :: SubmitTxResponse -> SubmitTxResponse -> Bool Source # (/=) :: SubmitTxResponse -> SubmitTxResponse -> Bool Source # | |
| Ord SubmitTxResponse # | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit Methods compare :: SubmitTxResponse -> SubmitTxResponse -> Ordering Source # (<) :: SubmitTxResponse -> SubmitTxResponse -> Bool Source # (<=) :: SubmitTxResponse -> SubmitTxResponse -> Bool Source # (>) :: SubmitTxResponse -> SubmitTxResponse -> Bool Source # (>=) :: SubmitTxResponse -> SubmitTxResponse -> Bool Source # max :: SubmitTxResponse -> SubmitTxResponse -> SubmitTxResponse Source # min :: SubmitTxResponse -> SubmitTxResponse -> SubmitTxResponse Source # | |
| Message SubmitTxResponse # | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit Methods messageName :: Proxy SubmitTxResponse -> Text Source # packedMessageDescriptor :: Proxy SubmitTxResponse -> ByteString Source # packedFileDescriptor :: Proxy SubmitTxResponse -> ByteString Source # defMessage :: SubmitTxResponse Source # fieldsByTag :: Map Tag (FieldDescriptor SubmitTxResponse) Source # fieldsByTextFormatName :: Map String (FieldDescriptor SubmitTxResponse) Source # unknownFields :: Lens' SubmitTxResponse FieldSet Source # | |
| HasField SubmitTxResponse "ref" ByteString # | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit Methods fieldOf :: Functor f => Proxy# "ref" -> (ByteString -> f ByteString) -> SubmitTxResponse -> f SubmitTxResponse Source # | |
data TxInMempool #
Instances
| NFData TxInMempool # | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit Methods rnf :: TxInMempool -> () Source # | |
| Show TxInMempool # | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit | |
| Eq TxInMempool # | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit Methods (==) :: TxInMempool -> TxInMempool -> Bool Source # (/=) :: TxInMempool -> TxInMempool -> Bool Source # | |
| Ord TxInMempool # | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit Methods compare :: TxInMempool -> TxInMempool -> Ordering Source # (<) :: TxInMempool -> TxInMempool -> Bool Source # (<=) :: TxInMempool -> TxInMempool -> Bool Source # (>) :: TxInMempool -> TxInMempool -> Bool Source # (>=) :: TxInMempool -> TxInMempool -> Bool Source # max :: TxInMempool -> TxInMempool -> TxInMempool Source # min :: TxInMempool -> TxInMempool -> TxInMempool Source # | |
| Message TxInMempool # | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit Methods messageName :: Proxy TxInMempool -> Text Source # packedMessageDescriptor :: Proxy TxInMempool -> ByteString Source # packedFileDescriptor :: Proxy TxInMempool -> ByteString Source # defMessage :: TxInMempool Source # fieldsByTag :: Map Tag (FieldDescriptor TxInMempool) Source # fieldsByTextFormatName :: Map String (FieldDescriptor TxInMempool) Source # unknownFields :: Lens' TxInMempool FieldSet Source # parseMessage :: Parser TxInMempool Source # buildMessage :: TxInMempool -> Builder Source # | |
| HasField TxInMempool "cardano" Tx # | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit Methods fieldOf :: Functor f => Proxy# "cardano" -> (Tx -> f Tx) -> TxInMempool -> f TxInMempool Source # | |
| HasField TxInMempool "nativeBytes" ByteString # | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit Methods fieldOf :: Functor f => Proxy# "nativeBytes" -> (ByteString -> f ByteString) -> TxInMempool -> f TxInMempool Source # | |
| HasField TxInMempool "ref" ByteString # | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit Methods fieldOf :: Functor f => Proxy# "ref" -> (ByteString -> f ByteString) -> TxInMempool -> f TxInMempool Source # | |
| HasField TxInMempool "stage" Stage # | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit Methods fieldOf :: Functor f => Proxy# "stage" -> (Stage -> f Stage) -> TxInMempool -> f TxInMempool Source # | |
| HasField WatchMempoolResponse "tx" TxInMempool # | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit Methods fieldOf :: Functor f => Proxy# "tx" -> (TxInMempool -> f TxInMempool) -> WatchMempoolResponse -> f WatchMempoolResponse Source # | |
| HasField ReadMempoolResponse "items" [TxInMempool] # | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit Methods fieldOf :: Functor f => Proxy# "items" -> ([TxInMempool] -> f [TxInMempool]) -> ReadMempoolResponse -> f ReadMempoolResponse Source # | |
| HasField ReadMempoolResponse "vec'items" (Vector TxInMempool) # | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit Methods fieldOf :: Functor f => Proxy# "vec'items" -> (Vector TxInMempool -> f (Vector TxInMempool)) -> ReadMempoolResponse -> f ReadMempoolResponse Source # | |
| HasField TxInMempool "maybe'cardano" (Maybe Tx) # | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit | |
| HasField TxInMempool "maybe'parsedState" (Maybe TxInMempool'ParsedState) # | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit Methods fieldOf :: Functor f => Proxy# "maybe'parsedState" -> (Maybe TxInMempool'ParsedState -> f (Maybe TxInMempool'ParsedState)) -> TxInMempool -> f TxInMempool Source # | |
| HasField WatchMempoolResponse "maybe'tx" (Maybe TxInMempool) # | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit Methods fieldOf :: Functor f => Proxy# "maybe'tx" -> (Maybe TxInMempool -> f (Maybe TxInMempool)) -> WatchMempoolResponse -> f WatchMempoolResponse Source # | |
data TxInMempool'ParsedState #
Constructors
| TxInMempool'Cardano !Tx |
Instances
| NFData TxInMempool'ParsedState # | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit Methods rnf :: TxInMempool'ParsedState -> () Source # | |
| Show TxInMempool'ParsedState # | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit | |
| Eq TxInMempool'ParsedState # | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit Methods (==) :: TxInMempool'ParsedState -> TxInMempool'ParsedState -> Bool Source # (/=) :: TxInMempool'ParsedState -> TxInMempool'ParsedState -> Bool Source # | |
| Ord TxInMempool'ParsedState # | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit Methods compare :: TxInMempool'ParsedState -> TxInMempool'ParsedState -> Ordering Source # (<) :: TxInMempool'ParsedState -> TxInMempool'ParsedState -> Bool Source # (<=) :: TxInMempool'ParsedState -> TxInMempool'ParsedState -> Bool Source # (>) :: TxInMempool'ParsedState -> TxInMempool'ParsedState -> Bool Source # (>=) :: TxInMempool'ParsedState -> TxInMempool'ParsedState -> Bool Source # max :: TxInMempool'ParsedState -> TxInMempool'ParsedState -> TxInMempool'ParsedState Source # min :: TxInMempool'ParsedState -> TxInMempool'ParsedState -> TxInMempool'ParsedState Source # | |
| HasField TxInMempool "maybe'parsedState" (Maybe TxInMempool'ParsedState) # | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit Methods fieldOf :: Functor f => Proxy# "maybe'parsedState" -> (Maybe TxInMempool'ParsedState -> f (Maybe TxInMempool'ParsedState)) -> TxInMempool -> f TxInMempool Source # | |
data TxPredicate #
Instances
| NFData TxPredicate # | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit Methods rnf :: TxPredicate -> () Source # | |
| Show TxPredicate # | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit | |
| Eq TxPredicate # | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit Methods (==) :: TxPredicate -> TxPredicate -> Bool Source # (/=) :: TxPredicate -> TxPredicate -> Bool Source # | |
| Ord TxPredicate # | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit Methods compare :: TxPredicate -> TxPredicate -> Ordering Source # (<) :: TxPredicate -> TxPredicate -> Bool Source # (<=) :: TxPredicate -> TxPredicate -> Bool Source # (>) :: TxPredicate -> TxPredicate -> Bool Source # (>=) :: TxPredicate -> TxPredicate -> Bool Source # max :: TxPredicate -> TxPredicate -> TxPredicate Source # min :: TxPredicate -> TxPredicate -> TxPredicate Source # | |
| Message TxPredicate # | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit Methods messageName :: Proxy TxPredicate -> Text Source # packedMessageDescriptor :: Proxy TxPredicate -> ByteString Source # packedFileDescriptor :: Proxy TxPredicate -> ByteString Source # defMessage :: TxPredicate Source # fieldsByTag :: Map Tag (FieldDescriptor TxPredicate) Source # fieldsByTextFormatName :: Map String (FieldDescriptor TxPredicate) Source # unknownFields :: Lens' TxPredicate FieldSet Source # parseMessage :: Parser TxPredicate Source # buildMessage :: TxPredicate -> Builder Source # | |
| HasField TxPredicate "match" AnyChainTxPattern # | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit Methods fieldOf :: Functor f => Proxy# "match" -> (AnyChainTxPattern -> f AnyChainTxPattern) -> TxPredicate -> f TxPredicate Source # | |
| HasField WatchMempoolRequest "predicate" TxPredicate # | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit Methods fieldOf :: Functor f => Proxy# "predicate" -> (TxPredicate -> f TxPredicate) -> WatchMempoolRequest -> f WatchMempoolRequest Source # | |
| HasField TxPredicate "allOf" [TxPredicate] # | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit Methods fieldOf :: Functor f => Proxy# "allOf" -> ([TxPredicate] -> f [TxPredicate]) -> TxPredicate -> f TxPredicate Source # | |
| HasField TxPredicate "anyOf" [TxPredicate] # | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit Methods fieldOf :: Functor f => Proxy# "anyOf" -> ([TxPredicate] -> f [TxPredicate]) -> TxPredicate -> f TxPredicate Source # | |
| HasField TxPredicate "maybe'match" (Maybe AnyChainTxPattern) # | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit Methods fieldOf :: Functor f => Proxy# "maybe'match" -> (Maybe AnyChainTxPattern -> f (Maybe AnyChainTxPattern)) -> TxPredicate -> f TxPredicate Source # | |
| HasField TxPredicate "not" [TxPredicate] # | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit Methods fieldOf :: Functor f => Proxy# "not" -> ([TxPredicate] -> f [TxPredicate]) -> TxPredicate -> f TxPredicate Source # | |
| HasField TxPredicate "vec'allOf" (Vector TxPredicate) # | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit Methods fieldOf :: Functor f => Proxy# "vec'allOf" -> (Vector TxPredicate -> f (Vector TxPredicate)) -> TxPredicate -> f TxPredicate Source # | |
| HasField TxPredicate "vec'anyOf" (Vector TxPredicate) # | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit Methods fieldOf :: Functor f => Proxy# "vec'anyOf" -> (Vector TxPredicate -> f (Vector TxPredicate)) -> TxPredicate -> f TxPredicate Source # | |
| HasField TxPredicate "vec'not" (Vector TxPredicate) # | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit Methods fieldOf :: Functor f => Proxy# "vec'not" -> (Vector TxPredicate -> f (Vector TxPredicate)) -> TxPredicate -> f TxPredicate Source # | |
| HasField WatchMempoolRequest "maybe'predicate" (Maybe TxPredicate) # | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit Methods fieldOf :: Functor f => Proxy# "maybe'predicate" -> (Maybe TxPredicate -> f (Maybe TxPredicate)) -> WatchMempoolRequest -> f WatchMempoolRequest Source # | |
data WaitForTxRequest #
Instances
| NFData WaitForTxRequest # | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit Methods rnf :: WaitForTxRequest -> () Source # | |
| Show WaitForTxRequest # | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit | |
| Eq WaitForTxRequest # | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit Methods (==) :: WaitForTxRequest -> WaitForTxRequest -> Bool Source # (/=) :: WaitForTxRequest -> WaitForTxRequest -> Bool Source # | |
| Ord WaitForTxRequest # | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit Methods compare :: WaitForTxRequest -> WaitForTxRequest -> Ordering Source # (<) :: WaitForTxRequest -> WaitForTxRequest -> Bool Source # (<=) :: WaitForTxRequest -> WaitForTxRequest -> Bool Source # (>) :: WaitForTxRequest -> WaitForTxRequest -> Bool Source # (>=) :: WaitForTxRequest -> WaitForTxRequest -> Bool Source # max :: WaitForTxRequest -> WaitForTxRequest -> WaitForTxRequest Source # min :: WaitForTxRequest -> WaitForTxRequest -> WaitForTxRequest Source # | |
| Message WaitForTxRequest # | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit Methods messageName :: Proxy WaitForTxRequest -> Text Source # packedMessageDescriptor :: Proxy WaitForTxRequest -> ByteString Source # packedFileDescriptor :: Proxy WaitForTxRequest -> ByteString Source # defMessage :: WaitForTxRequest Source # fieldsByTag :: Map Tag (FieldDescriptor WaitForTxRequest) Source # fieldsByTextFormatName :: Map String (FieldDescriptor WaitForTxRequest) Source # unknownFields :: Lens' WaitForTxRequest FieldSet Source # | |
| HasField WaitForTxRequest "ref" [ByteString] # | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit Methods fieldOf :: Functor f => Proxy# "ref" -> ([ByteString] -> f [ByteString]) -> WaitForTxRequest -> f WaitForTxRequest Source # | |
| HasField WaitForTxRequest "vec'ref" (Vector ByteString) # | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit Methods fieldOf :: Functor f => Proxy# "vec'ref" -> (Vector ByteString -> f (Vector ByteString)) -> WaitForTxRequest -> f WaitForTxRequest Source # | |
data WaitForTxResponse #
Instances
| NFData WaitForTxResponse # | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit Methods rnf :: WaitForTxResponse -> () Source # | |
| Show WaitForTxResponse # | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit | |
| Eq WaitForTxResponse # | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit Methods (==) :: WaitForTxResponse -> WaitForTxResponse -> Bool Source # (/=) :: WaitForTxResponse -> WaitForTxResponse -> Bool Source # | |
| Ord WaitForTxResponse # | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit Methods compare :: WaitForTxResponse -> WaitForTxResponse -> Ordering Source # (<) :: WaitForTxResponse -> WaitForTxResponse -> Bool Source # (<=) :: WaitForTxResponse -> WaitForTxResponse -> Bool Source # (>) :: WaitForTxResponse -> WaitForTxResponse -> Bool Source # (>=) :: WaitForTxResponse -> WaitForTxResponse -> Bool Source # max :: WaitForTxResponse -> WaitForTxResponse -> WaitForTxResponse Source # min :: WaitForTxResponse -> WaitForTxResponse -> WaitForTxResponse Source # | |
| Message WaitForTxResponse # | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit Methods messageName :: Proxy WaitForTxResponse -> Text Source # packedMessageDescriptor :: Proxy WaitForTxResponse -> ByteString Source # packedFileDescriptor :: Proxy WaitForTxResponse -> ByteString Source # defMessage :: WaitForTxResponse Source # fieldsByTag :: Map Tag (FieldDescriptor WaitForTxResponse) Source # fieldsByTextFormatName :: Map String (FieldDescriptor WaitForTxResponse) Source # unknownFields :: Lens' WaitForTxResponse FieldSet Source # | |
| HasField WaitForTxResponse "ref" ByteString # | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit Methods fieldOf :: Functor f => Proxy# "ref" -> (ByteString -> f ByteString) -> WaitForTxResponse -> f WaitForTxResponse Source # | |
| HasField WaitForTxResponse "stage" Stage # | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit Methods fieldOf :: Functor f => Proxy# "stage" -> (Stage -> f Stage) -> WaitForTxResponse -> f WaitForTxResponse Source # | |
data WatchMempoolRequest #
Instances
| NFData WatchMempoolRequest # | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit Methods rnf :: WatchMempoolRequest -> () Source # | |
| Show WatchMempoolRequest # | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit | |
| Eq WatchMempoolRequest # | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit Methods (==) :: WatchMempoolRequest -> WatchMempoolRequest -> Bool Source # (/=) :: WatchMempoolRequest -> WatchMempoolRequest -> Bool Source # | |
| Ord WatchMempoolRequest # | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit Methods compare :: WatchMempoolRequest -> WatchMempoolRequest -> Ordering Source # (<) :: WatchMempoolRequest -> WatchMempoolRequest -> Bool Source # (<=) :: WatchMempoolRequest -> WatchMempoolRequest -> Bool Source # (>) :: WatchMempoolRequest -> WatchMempoolRequest -> Bool Source # (>=) :: WatchMempoolRequest -> WatchMempoolRequest -> Bool Source # max :: WatchMempoolRequest -> WatchMempoolRequest -> WatchMempoolRequest Source # min :: WatchMempoolRequest -> WatchMempoolRequest -> WatchMempoolRequest Source # | |
| Message WatchMempoolRequest # | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit Methods messageName :: Proxy WatchMempoolRequest -> Text Source # packedMessageDescriptor :: Proxy WatchMempoolRequest -> ByteString Source # packedFileDescriptor :: Proxy WatchMempoolRequest -> ByteString Source # defMessage :: WatchMempoolRequest Source # fieldsByTag :: Map Tag (FieldDescriptor WatchMempoolRequest) Source # fieldsByTextFormatName :: Map String (FieldDescriptor WatchMempoolRequest) Source # unknownFields :: Lens' WatchMempoolRequest FieldSet Source # | |
| HasField WatchMempoolRequest "fieldMask" FieldMask # | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit Methods fieldOf :: Functor f => Proxy# "fieldMask" -> (FieldMask -> f FieldMask) -> WatchMempoolRequest -> f WatchMempoolRequest Source # | |
| HasField WatchMempoolRequest "predicate" TxPredicate # | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit Methods fieldOf :: Functor f => Proxy# "predicate" -> (TxPredicate -> f TxPredicate) -> WatchMempoolRequest -> f WatchMempoolRequest Source # | |
| HasField WatchMempoolRequest "maybe'fieldMask" (Maybe FieldMask) # | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit | |
| HasField WatchMempoolRequest "maybe'predicate" (Maybe TxPredicate) # | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit Methods fieldOf :: Functor f => Proxy# "maybe'predicate" -> (Maybe TxPredicate -> f (Maybe TxPredicate)) -> WatchMempoolRequest -> f WatchMempoolRequest Source # | |
data WatchMempoolResponse #
Instances
| NFData WatchMempoolResponse # | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit Methods rnf :: WatchMempoolResponse -> () Source # | |
| Show WatchMempoolResponse # | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit | |
| Eq WatchMempoolResponse # | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit Methods (==) :: WatchMempoolResponse -> WatchMempoolResponse -> Bool Source # (/=) :: WatchMempoolResponse -> WatchMempoolResponse -> Bool Source # | |
| Ord WatchMempoolResponse # | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit Methods compare :: WatchMempoolResponse -> WatchMempoolResponse -> Ordering Source # (<) :: WatchMempoolResponse -> WatchMempoolResponse -> Bool Source # (<=) :: WatchMempoolResponse -> WatchMempoolResponse -> Bool Source # (>) :: WatchMempoolResponse -> WatchMempoolResponse -> Bool Source # (>=) :: WatchMempoolResponse -> WatchMempoolResponse -> Bool Source # max :: WatchMempoolResponse -> WatchMempoolResponse -> WatchMempoolResponse Source # min :: WatchMempoolResponse -> WatchMempoolResponse -> WatchMempoolResponse Source # | |
| Message WatchMempoolResponse # | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit Methods messageName :: Proxy WatchMempoolResponse -> Text Source # packedMessageDescriptor :: Proxy WatchMempoolResponse -> ByteString Source # packedFileDescriptor :: Proxy WatchMempoolResponse -> ByteString Source # defMessage :: WatchMempoolResponse Source # fieldsByTag :: Map Tag (FieldDescriptor WatchMempoolResponse) Source # fieldsByTextFormatName :: Map String (FieldDescriptor WatchMempoolResponse) Source # unknownFields :: Lens' WatchMempoolResponse FieldSet Source # | |
| HasField WatchMempoolResponse "tx" TxInMempool # | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit Methods fieldOf :: Functor f => Proxy# "tx" -> (TxInMempool -> f TxInMempool) -> WatchMempoolResponse -> f WatchMempoolResponse Source # | |
| HasField WatchMempoolResponse "maybe'tx" (Maybe TxInMempool) # | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit Methods fieldOf :: Functor f => Proxy# "maybe'tx" -> (Maybe TxInMempool -> f (Maybe TxInMempool)) -> WatchMempoolResponse -> f WatchMempoolResponse Source # | |
maybe'cardano :: (Functor f, HasField s "maybe'cardano" a) => LensLike' f s a #
maybe'chain :: (Functor f, HasField s "maybe'chain" a) => LensLike' f s a #
maybe'fieldMask :: (Functor f, HasField s "maybe'fieldMask" a) => LensLike' f s a #
maybe'match :: (Functor f, HasField s "maybe'match" a) => LensLike' f s a #
maybe'parsedState :: (Functor f, HasField s "maybe'parsedState" a) => LensLike' f s a #
maybe'predicate :: (Functor f, HasField s "maybe'predicate" a) => LensLike' f s a #
maybe'report :: (Functor f, HasField s "maybe'report" a) => LensLike' f s a #
maybe'type' :: (Functor f, HasField s "maybe'type'" a) => LensLike' f s a #
nativeBytes :: (Functor f, HasField s "nativeBytes" a) => LensLike' f s a #