| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Cardano.Rpc.Proto.Api.UtxoRpc.Submit
Documentation
data SubmitService #
Constructors
| SubmitService |
Instances
data AnyChainTx #
Instances
| NFData AnyChainTx | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit Methods rnf :: AnyChainTx -> () Source # | |
| Show AnyChainTx | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit | |
| Eq AnyChainTx | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit Methods (==) :: AnyChainTx -> AnyChainTx -> Bool Source # (/=) :: AnyChainTx -> AnyChainTx -> Bool Source # | |
| Ord AnyChainTx | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit 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 | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit 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 "raw" ByteString | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit Methods fieldOf :: Functor f => Proxy# "raw" -> (ByteString -> f ByteString) -> AnyChainTx -> f AnyChainTx Source # | |
| HasField EvalTxRequest "tx" AnyChainTx | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit Methods fieldOf :: Functor f => Proxy# "tx" -> (AnyChainTx -> f AnyChainTx) -> EvalTxRequest -> f EvalTxRequest 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 AnyChainTx "maybe'raw" (Maybe ByteString) | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit Methods fieldOf :: Functor f => Proxy# "maybe'raw" -> (Maybe ByteString -> f (Maybe ByteString)) -> AnyChainTx -> f AnyChainTx Source # | |
| HasField AnyChainTx "maybe'type'" (Maybe AnyChainTx'Type) | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit Methods fieldOf :: Functor f => Proxy# "maybe'type'" -> (Maybe AnyChainTx'Type -> f (Maybe AnyChainTx'Type)) -> AnyChainTx -> f AnyChainTx Source # | |
| HasField EvalTxRequest "maybe'tx" (Maybe AnyChainTx) | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit Methods fieldOf :: Functor f => Proxy# "maybe'tx" -> (Maybe AnyChainTx -> f (Maybe AnyChainTx)) -> EvalTxRequest -> f EvalTxRequest 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 AnyChainEval #
Instances
| NFData AnyChainEval | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit Methods rnf :: AnyChainEval -> () Source # | |
| Show AnyChainEval | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit | |
| Eq AnyChainEval | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit Methods (==) :: AnyChainEval -> AnyChainEval -> Bool Source # (/=) :: AnyChainEval -> AnyChainEval -> Bool Source # | |
| Ord AnyChainEval | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit Methods compare :: AnyChainEval -> AnyChainEval -> Ordering Source # (<) :: AnyChainEval -> AnyChainEval -> Bool Source # (<=) :: AnyChainEval -> AnyChainEval -> Bool Source # (>) :: AnyChainEval -> AnyChainEval -> Bool Source # (>=) :: AnyChainEval -> AnyChainEval -> Bool Source # max :: AnyChainEval -> AnyChainEval -> AnyChainEval Source # min :: AnyChainEval -> AnyChainEval -> AnyChainEval Source # | |
| Message AnyChainEval | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit Methods messageName :: Proxy AnyChainEval -> Text Source # packedMessageDescriptor :: Proxy AnyChainEval -> ByteString Source # packedFileDescriptor :: Proxy AnyChainEval -> ByteString Source # defMessage :: AnyChainEval Source # fieldsByTag :: Map Tag (FieldDescriptor AnyChainEval) Source # fieldsByTextFormatName :: Map String (FieldDescriptor AnyChainEval) Source # unknownFields :: Lens' AnyChainEval FieldSet Source # parseMessage :: Parser AnyChainEval Source # buildMessage :: AnyChainEval -> Builder Source # | |
| HasField AnyChainEval "cardano" TxEval | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit Methods fieldOf :: Functor f => Proxy# "cardano" -> (TxEval -> f TxEval) -> AnyChainEval -> f AnyChainEval Source # | |
| HasField EvalTxResponse "report" AnyChainEval | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit Methods fieldOf :: Functor f => Proxy# "report" -> (AnyChainEval -> f AnyChainEval) -> EvalTxResponse -> f EvalTxResponse Source # | |
| HasField AnyChainEval "maybe'cardano" (Maybe TxEval) | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit | |
| HasField AnyChainEval "maybe'chain" (Maybe AnyChainEval'Chain) | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit Methods fieldOf :: Functor f => Proxy# "maybe'chain" -> (Maybe AnyChainEval'Chain -> f (Maybe AnyChainEval'Chain)) -> AnyChainEval -> f AnyChainEval Source # | |
| HasField EvalTxResponse "maybe'report" (Maybe AnyChainEval) | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit Methods fieldOf :: Functor f => Proxy# "maybe'report" -> (Maybe AnyChainEval -> f (Maybe AnyChainEval)) -> EvalTxResponse -> f EvalTxResponse Source # | |
data AnyChainEval'Chain #
Constructors
| AnyChainEval'Cardano !TxEval |
Instances
| NFData AnyChainEval'Chain | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit Methods rnf :: AnyChainEval'Chain -> () Source # | |
| Show AnyChainEval'Chain | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit | |
| Eq AnyChainEval'Chain | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit Methods (==) :: AnyChainEval'Chain -> AnyChainEval'Chain -> Bool Source # (/=) :: AnyChainEval'Chain -> AnyChainEval'Chain -> Bool Source # | |
| Ord AnyChainEval'Chain | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit Methods compare :: AnyChainEval'Chain -> AnyChainEval'Chain -> Ordering Source # (<) :: AnyChainEval'Chain -> AnyChainEval'Chain -> Bool Source # (<=) :: AnyChainEval'Chain -> AnyChainEval'Chain -> Bool Source # (>) :: AnyChainEval'Chain -> AnyChainEval'Chain -> Bool Source # (>=) :: AnyChainEval'Chain -> AnyChainEval'Chain -> Bool Source # max :: AnyChainEval'Chain -> AnyChainEval'Chain -> AnyChainEval'Chain Source # min :: AnyChainEval'Chain -> AnyChainEval'Chain -> AnyChainEval'Chain Source # | |
| HasField AnyChainEval "maybe'chain" (Maybe AnyChainEval'Chain) | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit Methods fieldOf :: Functor f => Proxy# "maybe'chain" -> (Maybe AnyChainEval'Chain -> f (Maybe AnyChainEval'Chain)) -> AnyChainEval -> f AnyChainEval Source # | |
data AnyChainTx'Type #
Constructors
| AnyChainTx'Raw !ByteString |
Instances
| NFData AnyChainTx'Type | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit Methods rnf :: AnyChainTx'Type -> () Source # | |
| Show AnyChainTx'Type | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit | |
| Eq AnyChainTx'Type | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit Methods (==) :: AnyChainTx'Type -> AnyChainTx'Type -> Bool Source # (/=) :: AnyChainTx'Type -> AnyChainTx'Type -> Bool Source # | |
| Ord AnyChainTx'Type | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit Methods compare :: AnyChainTx'Type -> AnyChainTx'Type -> Ordering Source # (<) :: AnyChainTx'Type -> AnyChainTx'Type -> Bool Source # (<=) :: AnyChainTx'Type -> AnyChainTx'Type -> Bool Source # (>) :: AnyChainTx'Type -> AnyChainTx'Type -> Bool Source # (>=) :: AnyChainTx'Type -> AnyChainTx'Type -> Bool Source # max :: AnyChainTx'Type -> AnyChainTx'Type -> AnyChainTx'Type Source # min :: AnyChainTx'Type -> AnyChainTx'Type -> AnyChainTx'Type Source # | |
| HasField AnyChainTx "maybe'type'" (Maybe AnyChainTx'Type) | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit Methods fieldOf :: Functor f => Proxy# "maybe'type'" -> (Maybe AnyChainTx'Type -> f (Maybe AnyChainTx'Type)) -> AnyChainTx -> f AnyChainTx Source # | |
data AnyChainTxPattern #
Instances
| NFData AnyChainTxPattern | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit Methods rnf :: AnyChainTxPattern -> () Source # | |
| Show AnyChainTxPattern | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit | |
| Eq AnyChainTxPattern | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit Methods (==) :: AnyChainTxPattern -> AnyChainTxPattern -> Bool Source # (/=) :: AnyChainTxPattern -> AnyChainTxPattern -> Bool Source # | |
| Ord AnyChainTxPattern | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit Methods compare :: AnyChainTxPattern -> AnyChainTxPattern -> Ordering Source # (<) :: AnyChainTxPattern -> AnyChainTxPattern -> Bool Source # (<=) :: AnyChainTxPattern -> AnyChainTxPattern -> Bool Source # (>) :: AnyChainTxPattern -> AnyChainTxPattern -> Bool Source # (>=) :: AnyChainTxPattern -> AnyChainTxPattern -> Bool Source # max :: AnyChainTxPattern -> AnyChainTxPattern -> AnyChainTxPattern Source # min :: AnyChainTxPattern -> AnyChainTxPattern -> AnyChainTxPattern Source # | |
| Message AnyChainTxPattern | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit Methods messageName :: Proxy AnyChainTxPattern -> Text Source # packedMessageDescriptor :: Proxy AnyChainTxPattern -> ByteString Source # packedFileDescriptor :: Proxy AnyChainTxPattern -> ByteString Source # defMessage :: AnyChainTxPattern Source # fieldsByTag :: Map Tag (FieldDescriptor AnyChainTxPattern) Source # fieldsByTextFormatName :: Map String (FieldDescriptor AnyChainTxPattern) Source # unknownFields :: Lens' AnyChainTxPattern FieldSet Source # | |
| HasField AnyChainTxPattern "cardano" TxPattern | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit Methods fieldOf :: Functor f => Proxy# "cardano" -> (TxPattern -> f TxPattern) -> AnyChainTxPattern -> f AnyChainTxPattern 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 AnyChainTxPattern "maybe'cardano" (Maybe TxPattern) | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit | |
| HasField AnyChainTxPattern "maybe'chain" (Maybe AnyChainTxPattern'Chain) | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit Methods fieldOf :: Functor f => Proxy# "maybe'chain" -> (Maybe AnyChainTxPattern'Chain -> f (Maybe AnyChainTxPattern'Chain)) -> AnyChainTxPattern -> f AnyChainTxPattern 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 # | |
data AnyChainTxPattern'Chain #
Constructors
| AnyChainTxPattern'Cardano !TxPattern |
Instances
| NFData AnyChainTxPattern'Chain | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit Methods rnf :: AnyChainTxPattern'Chain -> () Source # | |
| Show AnyChainTxPattern'Chain | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit | |
| Eq AnyChainTxPattern'Chain | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit Methods (==) :: AnyChainTxPattern'Chain -> AnyChainTxPattern'Chain -> Bool Source # (/=) :: AnyChainTxPattern'Chain -> AnyChainTxPattern'Chain -> Bool Source # | |
| Ord AnyChainTxPattern'Chain | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit Methods compare :: AnyChainTxPattern'Chain -> AnyChainTxPattern'Chain -> Ordering Source # (<) :: AnyChainTxPattern'Chain -> AnyChainTxPattern'Chain -> Bool Source # (<=) :: AnyChainTxPattern'Chain -> AnyChainTxPattern'Chain -> Bool Source # (>) :: AnyChainTxPattern'Chain -> AnyChainTxPattern'Chain -> Bool Source # (>=) :: AnyChainTxPattern'Chain -> AnyChainTxPattern'Chain -> Bool Source # max :: AnyChainTxPattern'Chain -> AnyChainTxPattern'Chain -> AnyChainTxPattern'Chain Source # min :: AnyChainTxPattern'Chain -> AnyChainTxPattern'Chain -> AnyChainTxPattern'Chain Source # | |
| HasField AnyChainTxPattern "maybe'chain" (Maybe AnyChainTxPattern'Chain) | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit Methods fieldOf :: Functor f => Proxy# "maybe'chain" -> (Maybe AnyChainTxPattern'Chain -> f (Maybe AnyChainTxPattern'Chain)) -> AnyChainTxPattern -> f AnyChainTxPattern Source # | |
data EvalTxRequest #
Instances
| NFData EvalTxRequest | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit Methods rnf :: EvalTxRequest -> () Source # | |
| Show EvalTxRequest | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit | |
| Eq EvalTxRequest | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit Methods (==) :: EvalTxRequest -> EvalTxRequest -> Bool Source # (/=) :: EvalTxRequest -> EvalTxRequest -> Bool Source # | |
| Ord EvalTxRequest | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit Methods compare :: EvalTxRequest -> EvalTxRequest -> Ordering Source # (<) :: EvalTxRequest -> EvalTxRequest -> Bool Source # (<=) :: EvalTxRequest -> EvalTxRequest -> Bool Source # (>) :: EvalTxRequest -> EvalTxRequest -> Bool Source # (>=) :: EvalTxRequest -> EvalTxRequest -> Bool Source # max :: EvalTxRequest -> EvalTxRequest -> EvalTxRequest Source # min :: EvalTxRequest -> EvalTxRequest -> EvalTxRequest Source # | |
| Message EvalTxRequest | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit Methods messageName :: Proxy EvalTxRequest -> Text Source # packedMessageDescriptor :: Proxy EvalTxRequest -> ByteString Source # packedFileDescriptor :: Proxy EvalTxRequest -> ByteString Source # defMessage :: EvalTxRequest Source # fieldsByTag :: Map Tag (FieldDescriptor EvalTxRequest) Source # fieldsByTextFormatName :: Map String (FieldDescriptor EvalTxRequest) Source # unknownFields :: Lens' EvalTxRequest FieldSet Source # parseMessage :: Parser EvalTxRequest Source # buildMessage :: EvalTxRequest -> Builder Source # | |
| HasField EvalTxRequest "tx" AnyChainTx | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit Methods fieldOf :: Functor f => Proxy# "tx" -> (AnyChainTx -> f AnyChainTx) -> EvalTxRequest -> f EvalTxRequest Source # | |
| HasField EvalTxRequest "maybe'tx" (Maybe AnyChainTx) | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit Methods fieldOf :: Functor f => Proxy# "maybe'tx" -> (Maybe AnyChainTx -> f (Maybe AnyChainTx)) -> EvalTxRequest -> f EvalTxRequest Source # | |
data EvalTxResponse #
Instances
| NFData EvalTxResponse | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit Methods rnf :: EvalTxResponse -> () Source # | |
| Show EvalTxResponse | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit | |
| Eq EvalTxResponse | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit Methods (==) :: EvalTxResponse -> EvalTxResponse -> Bool Source # (/=) :: EvalTxResponse -> EvalTxResponse -> Bool Source # | |
| Ord EvalTxResponse | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit Methods compare :: EvalTxResponse -> EvalTxResponse -> Ordering Source # (<) :: EvalTxResponse -> EvalTxResponse -> Bool Source # (<=) :: EvalTxResponse -> EvalTxResponse -> Bool Source # (>) :: EvalTxResponse -> EvalTxResponse -> Bool Source # (>=) :: EvalTxResponse -> EvalTxResponse -> Bool Source # max :: EvalTxResponse -> EvalTxResponse -> EvalTxResponse Source # min :: EvalTxResponse -> EvalTxResponse -> EvalTxResponse Source # | |
| Message EvalTxResponse | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit Methods messageName :: Proxy EvalTxResponse -> Text Source # packedMessageDescriptor :: Proxy EvalTxResponse -> ByteString Source # packedFileDescriptor :: Proxy EvalTxResponse -> ByteString Source # defMessage :: EvalTxResponse Source # fieldsByTag :: Map Tag (FieldDescriptor EvalTxResponse) Source # fieldsByTextFormatName :: Map String (FieldDescriptor EvalTxResponse) Source # unknownFields :: Lens' EvalTxResponse FieldSet Source # parseMessage :: Parser EvalTxResponse Source # buildMessage :: EvalTxResponse -> Builder Source # | |
| HasField EvalTxResponse "report" AnyChainEval | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit Methods fieldOf :: Functor f => Proxy# "report" -> (AnyChainEval -> f AnyChainEval) -> EvalTxResponse -> f EvalTxResponse Source # | |
| HasField EvalTxResponse "maybe'report" (Maybe AnyChainEval) | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit Methods fieldOf :: Functor f => Proxy# "maybe'report" -> (Maybe AnyChainEval -> f (Maybe AnyChainEval)) -> EvalTxResponse -> f EvalTxResponse Source # | |
data ReadMempoolRequest #
Instances
| NFData ReadMempoolRequest | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit Methods rnf :: ReadMempoolRequest -> () Source # | |
| Show ReadMempoolRequest | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit | |
| Eq ReadMempoolRequest | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit Methods (==) :: ReadMempoolRequest -> ReadMempoolRequest -> Bool Source # (/=) :: ReadMempoolRequest -> ReadMempoolRequest -> Bool Source # | |
| Ord ReadMempoolRequest | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit Methods compare :: ReadMempoolRequest -> ReadMempoolRequest -> Ordering Source # (<) :: ReadMempoolRequest -> ReadMempoolRequest -> Bool Source # (<=) :: ReadMempoolRequest -> ReadMempoolRequest -> Bool Source # (>) :: ReadMempoolRequest -> ReadMempoolRequest -> Bool Source # (>=) :: ReadMempoolRequest -> ReadMempoolRequest -> Bool Source # max :: ReadMempoolRequest -> ReadMempoolRequest -> ReadMempoolRequest Source # min :: ReadMempoolRequest -> ReadMempoolRequest -> ReadMempoolRequest Source # | |
| Message ReadMempoolRequest | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit Methods messageName :: Proxy ReadMempoolRequest -> Text Source # packedMessageDescriptor :: Proxy ReadMempoolRequest -> ByteString Source # packedFileDescriptor :: Proxy ReadMempoolRequest -> ByteString Source # defMessage :: ReadMempoolRequest Source # fieldsByTag :: Map Tag (FieldDescriptor ReadMempoolRequest) Source # fieldsByTextFormatName :: Map String (FieldDescriptor ReadMempoolRequest) Source # unknownFields :: Lens' ReadMempoolRequest FieldSet Source # | |
data ReadMempoolResponse #
Instances
| NFData ReadMempoolResponse | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit Methods rnf :: ReadMempoolResponse -> () Source # | |
| Show ReadMempoolResponse | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit | |
| Eq ReadMempoolResponse | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit Methods (==) :: ReadMempoolResponse -> ReadMempoolResponse -> Bool Source # (/=) :: ReadMempoolResponse -> ReadMempoolResponse -> Bool Source # | |
| Ord ReadMempoolResponse | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit Methods compare :: ReadMempoolResponse -> ReadMempoolResponse -> Ordering Source # (<) :: ReadMempoolResponse -> ReadMempoolResponse -> Bool Source # (<=) :: ReadMempoolResponse -> ReadMempoolResponse -> Bool Source # (>) :: ReadMempoolResponse -> ReadMempoolResponse -> Bool Source # (>=) :: ReadMempoolResponse -> ReadMempoolResponse -> Bool Source # max :: ReadMempoolResponse -> ReadMempoolResponse -> ReadMempoolResponse Source # min :: ReadMempoolResponse -> ReadMempoolResponse -> ReadMempoolResponse Source # | |
| Message ReadMempoolResponse | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit Methods messageName :: Proxy ReadMempoolResponse -> Text Source # packedMessageDescriptor :: Proxy ReadMempoolResponse -> ByteString Source # packedFileDescriptor :: Proxy ReadMempoolResponse -> ByteString Source # defMessage :: ReadMempoolResponse Source # fieldsByTag :: Map Tag (FieldDescriptor ReadMempoolResponse) Source # fieldsByTextFormatName :: Map String (FieldDescriptor ReadMempoolResponse) Source # unknownFields :: Lens' ReadMempoolResponse FieldSet 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 # | |
Constructors
| STAGE_UNSPECIFIED | |
| STAGE_ACKNOWLEDGED | |
| STAGE_MEMPOOL | |
| STAGE_NETWORK | |
| STAGE_CONFIRMED | |
| Stage'Unrecognized !Stage'UnrecognizedValue |
Instances
| NFData Stage | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit | |
| Bounded Stage | |
| Enum Stage | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit Methods succ :: Stage -> Stage Source # pred :: Stage -> Stage Source # toEnum :: Int -> Stage Source # fromEnum :: Stage -> Int Source # enumFrom :: Stage -> [Stage] Source # enumFromThen :: Stage -> Stage -> [Stage] Source # enumFromTo :: Stage -> Stage -> [Stage] Source # enumFromThenTo :: Stage -> Stage -> Stage -> [Stage] Source # | |
| Show Stage | |
| Eq Stage | |
| Ord Stage | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit | |
| FieldDefault Stage | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit Methods fieldDefault :: Stage Source # | |
| MessageEnum Stage | |
| 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 WaitForTxResponse "stage" Stage | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit Methods fieldOf :: Functor f => Proxy# "stage" -> (Stage -> f Stage) -> WaitForTxResponse -> f WaitForTxResponse Source # | |
data Stage'UnrecognizedValue #
Instances
| Show Stage'UnrecognizedValue | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit | |
| Eq Stage'UnrecognizedValue | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit Methods (==) :: Stage'UnrecognizedValue -> Stage'UnrecognizedValue -> Bool Source # (/=) :: Stage'UnrecognizedValue -> Stage'UnrecognizedValue -> Bool Source # | |
| Ord Stage'UnrecognizedValue | |
Defined in Proto.Utxorpc.V1beta.Submit.Submit Methods compare :: Stage'UnrecognizedValue -> Stage'UnrecognizedValue -> Ordering Source # (<) :: Stage'UnrecognizedValue -> Stage'UnrecognizedValue -> Bool Source # (<=) :: Stage'UnrecognizedValue -> Stage'UnrecognizedValue -> Bool Source # (>) :: Stage'UnrecognizedValue -> Stage'UnrecognizedValue -> Bool Source # (>=) :: Stage'UnrecognizedValue -> Stage'UnrecognizedValue -> Bool Source # max :: Stage'UnrecognizedValue -> Stage'UnrecognizedValue -> Stage'UnrecognizedValue Source # min :: Stage'UnrecognizedValue -> Stage'UnrecognizedValue -> Stage'UnrecognizedValue Source # | |
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'type' :: (Functor f, HasField s "maybe'type'" a) => LensLike' f s a #
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 #
nativeBytes :: (Functor f, HasField s "nativeBytes" a) => LensLike' f s a #
maybe'report :: (Functor f, HasField s "maybe'report" a) => LensLike' f s a #