cardano-rpc:gen
Safe HaskellNone
LanguageHaskell2010

Proto.Utxorpc.V1beta.Submit.Submit

Synopsis

Documentation

data SubmitService Source #

Constructors

SubmitService 

Instances

Instances details
Service SubmitService Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Associated Types

type ServiceName SubmitService 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

type ServiceName SubmitService = "SubmitService"
type ServicePackage SubmitService 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

type ServicePackage SubmitService = "utxorpc.v1beta.submit"
type ServiceMethods SubmitService 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

type ServiceMethods SubmitService = '["submitTx"]
HasMethodImpl SubmitService "submitTx" Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Associated Types

type MethodName SubmitService "submitTx" 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

type MethodName SubmitService "submitTx" = "SubmitTx"
type MethodInput SubmitService "submitTx" 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

type MethodOutput SubmitService "submitTx" 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

type MethodStreamingType SubmitService "submitTx" 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

type ServiceMethods SubmitService Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

type ServiceMethods SubmitService = '["submitTx"]
type ServiceName SubmitService Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

type ServiceName SubmitService = "SubmitService"
type ServicePackage SubmitService Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

type ServicePackage SubmitService = "utxorpc.v1beta.submit"
type MethodInput SubmitService "submitTx" Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

type MethodName SubmitService "submitTx" Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

type MethodName SubmitService "submitTx" = "SubmitTx"
type MethodOutput SubmitService "submitTx" Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

type MethodStreamingType SubmitService "submitTx" Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

data AnyChainEval Source #

Fields :

  • maybe'chain :: Lens' AnyChainEval (Prelude.Maybe AnyChainEval'Chain)
  • maybe'cardano :: Lens' AnyChainEval (Prelude.Maybe Proto.Utxorpc.V1beta.Cardano.Cardano.TxEval)
  • cardano :: Lens' AnyChainEval Proto.Utxorpc.V1beta.Cardano.Cardano.TxEval

Instances

Instances details
NFData AnyChainEval Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Methods

rnf :: AnyChainEval -> () Source #

Show AnyChainEval Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Eq AnyChainEval Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Ord AnyChainEval Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Message AnyChainEval Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

HasField AnyChainEval "cardano" TxEval Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Methods

fieldOf :: Functor f => Proxy# "cardano" -> (TxEval -> f TxEval) -> AnyChainEval -> f AnyChainEval Source #

HasField EvalTxResponse "report" AnyChainEval Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

HasField AnyChainEval "maybe'cardano" (Maybe TxEval) Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Methods

fieldOf :: Functor f => Proxy# "maybe'cardano" -> (Maybe TxEval -> f (Maybe TxEval)) -> AnyChainEval -> f AnyChainEval Source #

HasField AnyChainEval "maybe'chain" (Maybe AnyChainEval'Chain) Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

HasField EvalTxResponse "maybe'report" (Maybe AnyChainEval) Source # 
Instance details

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 Source #

Instances

Instances details
NFData AnyChainEval'Chain Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Methods

rnf :: AnyChainEval'Chain -> () Source #

Show AnyChainEval'Chain Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Eq AnyChainEval'Chain Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Ord AnyChainEval'Chain Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

HasField AnyChainEval "maybe'chain" (Maybe AnyChainEval'Chain) Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

data AnyChainTx Source #

Fields :

  • maybe'type' :: Lens' AnyChainTx (Prelude.Maybe AnyChainTx'Type)
  • maybe'raw :: Lens' AnyChainTx (Prelude.Maybe Data.ByteString.ByteString)
  • raw :: Lens' AnyChainTx Data.ByteString.ByteString

Instances

Instances details
NFData AnyChainTx Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Methods

rnf :: AnyChainTx -> () Source #

Show AnyChainTx Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Eq AnyChainTx Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Ord AnyChainTx Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Message AnyChainTx Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

HasField AnyChainTx "raw" ByteString Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Methods

fieldOf :: Functor f => Proxy# "raw" -> (ByteString -> f ByteString) -> AnyChainTx -> f AnyChainTx Source #

HasField EvalTxRequest "tx" AnyChainTx Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

HasField SubmitTxRequest "tx" AnyChainTx Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

HasField AnyChainTx "maybe'raw" (Maybe ByteString) Source # 
Instance details

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) Source # 
Instance details

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) Source # 
Instance details

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) Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

data AnyChainTx'Type Source #

Constructors

AnyChainTx'Raw !ByteString 

data AnyChainTxPattern Source #

Fields :

  • maybe'chain :: Lens' AnyChainTxPattern (Prelude.Maybe AnyChainTxPattern'Chain)
  • maybe'cardano :: Lens' AnyChainTxPattern (Prelude.Maybe Proto.Utxorpc.V1beta.Cardano.Cardano.TxPattern)
  • cardano :: Lens' AnyChainTxPattern Proto.Utxorpc.V1beta.Cardano.Cardano.TxPattern

Instances

Instances details
NFData AnyChainTxPattern Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Methods

rnf :: AnyChainTxPattern -> () Source #

Show AnyChainTxPattern Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Eq AnyChainTxPattern Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Ord AnyChainTxPattern Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Message AnyChainTxPattern Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

HasField AnyChainTxPattern "cardano" TxPattern Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

HasField TxPredicate "match" AnyChainTxPattern Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

HasField AnyChainTxPattern "maybe'cardano" (Maybe TxPattern) Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Methods

fieldOf :: Functor f => Proxy# "maybe'cardano" -> (Maybe TxPattern -> f (Maybe TxPattern)) -> AnyChainTxPattern -> f AnyChainTxPattern Source #

HasField AnyChainTxPattern "maybe'chain" (Maybe AnyChainTxPattern'Chain) Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

HasField TxPredicate "maybe'match" (Maybe AnyChainTxPattern) Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

data AnyChainTxPattern'Chain Source #

Instances

Instances details
NFData AnyChainTxPattern'Chain Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Show AnyChainTxPattern'Chain Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Eq AnyChainTxPattern'Chain Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Ord AnyChainTxPattern'Chain Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

HasField AnyChainTxPattern "maybe'chain" (Maybe AnyChainTxPattern'Chain) Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

data EvalTxRequest Source #

Fields :

  • tx :: Lens' EvalTxRequest AnyChainTx
  • maybe'tx :: Lens' EvalTxRequest (Prelude.Maybe AnyChainTx)

Instances

Instances details
NFData EvalTxRequest Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Methods

rnf :: EvalTxRequest -> () Source #

Show EvalTxRequest Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Eq EvalTxRequest Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Ord EvalTxRequest Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Message EvalTxRequest Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

HasField EvalTxRequest "tx" AnyChainTx Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

HasField EvalTxRequest "maybe'tx" (Maybe AnyChainTx) Source # 
Instance details

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 Source #

Fields :

  • report :: Lens' EvalTxResponse AnyChainEval
  • maybe'report :: Lens' EvalTxResponse (Prelude.Maybe AnyChainEval)

Instances

Instances details
NFData EvalTxResponse Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Methods

rnf :: EvalTxResponse -> () Source #

Show EvalTxResponse Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Eq EvalTxResponse Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Ord EvalTxResponse Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Message EvalTxResponse Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

HasField EvalTxResponse "report" AnyChainEval Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

HasField EvalTxResponse "maybe'report" (Maybe AnyChainEval) Source # 
Instance details

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 Source #

Fields :

Instances

Instances details
NFData ReadMempoolRequest Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Methods

rnf :: ReadMempoolRequest -> () Source #

Show ReadMempoolRequest Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Eq ReadMempoolRequest Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Ord ReadMempoolRequest Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Message ReadMempoolRequest Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

data ReadMempoolResponse Source #

Fields :

  • items :: Lens' ReadMempoolResponse [TxInMempool]
  • vec'items :: Lens' ReadMempoolResponse (Data.Vector.Vector TxInMempool)

Instances

Instances details
NFData ReadMempoolResponse Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Show ReadMempoolResponse Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Eq ReadMempoolResponse Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Ord ReadMempoolResponse Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Message ReadMempoolResponse Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

HasField ReadMempoolResponse "items" [TxInMempool] Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

HasField ReadMempoolResponse "vec'items" (Vector TxInMempool) Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Methods

fieldOf :: Functor f => Proxy# "vec'items" -> (Vector TxInMempool -> f (Vector TxInMempool)) -> ReadMempoolResponse -> f ReadMempoolResponse Source #

data Stage Source #

Instances

Instances details
NFData Stage Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Methods

rnf :: Stage -> () Source #

Bounded Stage Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Enum Stage Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Show Stage Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Eq Stage Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Methods

(==) :: Stage -> Stage -> Bool Source #

(/=) :: Stage -> Stage -> Bool Source #

Ord Stage Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

FieldDefault Stage Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

MessageEnum Stage Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

HasField TxInMempool "stage" Stage Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Methods

fieldOf :: Functor f => Proxy# "stage" -> (Stage -> f Stage) -> TxInMempool -> f TxInMempool Source #

HasField WaitForTxResponse "stage" Stage Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Methods

fieldOf :: Functor f => Proxy# "stage" -> (Stage -> f Stage) -> WaitForTxResponse -> f WaitForTxResponse Source #

data Stage Source #

Instances

Instances details
NFData Stage Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Methods

rnf :: Stage -> () Source #

Bounded Stage Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Enum Stage Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Show Stage Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Eq Stage Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Methods

(==) :: Stage -> Stage -> Bool Source #

(/=) :: Stage -> Stage -> Bool Source #

Ord Stage Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

FieldDefault Stage Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

MessageEnum Stage Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

HasField TxInMempool "stage" Stage Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Methods

fieldOf :: Functor f => Proxy# "stage" -> (Stage -> f Stage) -> TxInMempool -> f TxInMempool Source #

HasField WaitForTxResponse "stage" Stage Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Methods

fieldOf :: Functor f => Proxy# "stage" -> (Stage -> f Stage) -> WaitForTxResponse -> f WaitForTxResponse Source #

data SubmitTxRequest Source #

Fields :

  • tx :: Lens' SubmitTxRequest AnyChainTx
  • maybe'tx :: Lens' SubmitTxRequest (Prelude.Maybe AnyChainTx)

Instances

Instances details
NFData SubmitTxRequest Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Methods

rnf :: SubmitTxRequest -> () Source #

Show SubmitTxRequest Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Eq SubmitTxRequest Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Ord SubmitTxRequest Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Message SubmitTxRequest Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

HasField SubmitTxRequest "tx" AnyChainTx Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

HasField SubmitTxRequest "maybe'tx" (Maybe AnyChainTx) Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

data SubmitTxResponse Source #

Fields :

  • ref :: Lens' SubmitTxResponse Data.ByteString.ByteString

Instances

Instances details
NFData SubmitTxResponse Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Methods

rnf :: SubmitTxResponse -> () Source #

Show SubmitTxResponse Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Eq SubmitTxResponse Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Ord SubmitTxResponse Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Message SubmitTxResponse Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

HasField SubmitTxResponse "ref" ByteString Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

data TxInMempool Source #

Fields :

  • ref :: Lens' TxInMempool Data.ByteString.ByteString
  • nativeBytes :: Lens' TxInMempool Data.ByteString.ByteString
  • stage :: Lens' TxInMempool Stage
  • maybe'parsedState :: Lens' TxInMempool (Prelude.Maybe TxInMempool'ParsedState)
  • maybe'cardano :: Lens' TxInMempool (Prelude.Maybe Proto.Utxorpc.V1beta.Cardano.Cardano.Tx)
  • cardano :: Lens' TxInMempool Proto.Utxorpc.V1beta.Cardano.Cardano.Tx

Instances

Instances details
NFData TxInMempool Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Methods

rnf :: TxInMempool -> () Source #

Show TxInMempool Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Eq TxInMempool Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Ord TxInMempool Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Message TxInMempool Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

HasField TxInMempool "cardano" Tx Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Methods

fieldOf :: Functor f => Proxy# "cardano" -> (Tx -> f Tx) -> TxInMempool -> f TxInMempool Source #

HasField TxInMempool "nativeBytes" ByteString Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Methods

fieldOf :: Functor f => Proxy# "nativeBytes" -> (ByteString -> f ByteString) -> TxInMempool -> f TxInMempool Source #

HasField TxInMempool "ref" ByteString Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Methods

fieldOf :: Functor f => Proxy# "ref" -> (ByteString -> f ByteString) -> TxInMempool -> f TxInMempool Source #

HasField TxInMempool "stage" Stage Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Methods

fieldOf :: Functor f => Proxy# "stage" -> (Stage -> f Stage) -> TxInMempool -> f TxInMempool Source #

HasField WatchMempoolResponse "tx" TxInMempool Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

HasField ReadMempoolResponse "items" [TxInMempool] Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

HasField ReadMempoolResponse "vec'items" (Vector TxInMempool) Source # 
Instance details

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) Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Methods

fieldOf :: Functor f => Proxy# "maybe'cardano" -> (Maybe Tx -> f (Maybe Tx)) -> TxInMempool -> f TxInMempool Source #

HasField TxInMempool "maybe'parsedState" (Maybe TxInMempool'ParsedState) Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

HasField WatchMempoolResponse "maybe'tx" (Maybe TxInMempool) Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

data TxInMempool'ParsedState Source #

Constructors

TxInMempool'Cardano !Tx 

Instances

Instances details
NFData TxInMempool'ParsedState Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Show TxInMempool'ParsedState Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Eq TxInMempool'ParsedState Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Ord TxInMempool'ParsedState Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

HasField TxInMempool "maybe'parsedState" (Maybe TxInMempool'ParsedState) Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

data TxPredicate Source #

Fields :

  • match :: Lens' TxPredicate AnyChainTxPattern
  • maybe'match :: Lens' TxPredicate (Prelude.Maybe AnyChainTxPattern)
  • not :: Lens' TxPredicate [TxPredicate]
  • vec'not :: Lens' TxPredicate (Data.Vector.Vector TxPredicate)
  • allOf :: Lens' TxPredicate [TxPredicate]
  • vec'allOf :: Lens' TxPredicate (Data.Vector.Vector TxPredicate)
  • anyOf :: Lens' TxPredicate [TxPredicate]
  • vec'anyOf :: Lens' TxPredicate (Data.Vector.Vector TxPredicate)

Instances

Instances details
NFData TxPredicate Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Methods

rnf :: TxPredicate -> () Source #

Show TxPredicate Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Eq TxPredicate Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Ord TxPredicate Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Message TxPredicate Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

HasField TxPredicate "match" AnyChainTxPattern Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

HasField WatchMempoolRequest "predicate" TxPredicate Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

HasField TxPredicate "allOf" [TxPredicate] Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Methods

fieldOf :: Functor f => Proxy# "allOf" -> ([TxPredicate] -> f [TxPredicate]) -> TxPredicate -> f TxPredicate Source #

HasField TxPredicate "anyOf" [TxPredicate] Source # 
Instance details

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) Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

HasField TxPredicate "not" [TxPredicate] Source # 
Instance details

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) Source # 
Instance details

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) Source # 
Instance details

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) Source # 
Instance details

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) Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

data WaitForTxRequest Source #

Fields :

  • ref :: Lens' WaitForTxRequest [Data.ByteString.ByteString]
  • vec'ref :: Lens' WaitForTxRequest (Data.Vector.Vector Data.ByteString.ByteString)

Instances

Instances details
NFData WaitForTxRequest Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Methods

rnf :: WaitForTxRequest -> () Source #

Show WaitForTxRequest Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Eq WaitForTxRequest Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Ord WaitForTxRequest Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Message WaitForTxRequest Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

HasField WaitForTxRequest "ref" [ByteString] Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

HasField WaitForTxRequest "vec'ref" (Vector ByteString) Source # 
Instance details

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 Source #

Fields :

  • ref :: Lens' WaitForTxResponse Data.ByteString.ByteString
  • stage :: Lens' WaitForTxResponse Stage

Instances

Instances details
NFData WaitForTxResponse Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Methods

rnf :: WaitForTxResponse -> () Source #

Show WaitForTxResponse Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Eq WaitForTxResponse Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Ord WaitForTxResponse Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Message WaitForTxResponse Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

HasField WaitForTxResponse "ref" ByteString Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

HasField WaitForTxResponse "stage" Stage Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Methods

fieldOf :: Functor f => Proxy# "stage" -> (Stage -> f Stage) -> WaitForTxResponse -> f WaitForTxResponse Source #

data WatchMempoolRequest Source #

Fields :

  • predicate :: Lens' WatchMempoolRequest TxPredicate
  • maybe'predicate :: Lens' WatchMempoolRequest (Prelude.Maybe TxPredicate)
  • fieldMask :: Lens' WatchMempoolRequest Proto.Google.Protobuf.FieldMask.FieldMask
  • maybe'fieldMask :: Lens' WatchMempoolRequest (Prelude.Maybe Proto.Google.Protobuf.FieldMask.FieldMask)

Instances

Instances details
NFData WatchMempoolRequest Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Show WatchMempoolRequest Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Eq WatchMempoolRequest Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Ord WatchMempoolRequest Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Message WatchMempoolRequest Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

HasField WatchMempoolRequest "fieldMask" FieldMask Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

HasField WatchMempoolRequest "predicate" TxPredicate Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

HasField WatchMempoolRequest "maybe'fieldMask" (Maybe FieldMask) Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Methods

fieldOf :: Functor f => Proxy# "maybe'fieldMask" -> (Maybe FieldMask -> f (Maybe FieldMask)) -> WatchMempoolRequest -> f WatchMempoolRequest Source #

HasField WatchMempoolRequest "maybe'predicate" (Maybe TxPredicate) Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

data WatchMempoolResponse Source #

Fields :

  • tx :: Lens' WatchMempoolResponse TxInMempool
  • maybe'tx :: Lens' WatchMempoolResponse (Prelude.Maybe TxInMempool)

Instances

Instances details
NFData WatchMempoolResponse Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Show WatchMempoolResponse Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Eq WatchMempoolResponse Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Ord WatchMempoolResponse Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

Message WatchMempoolResponse Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

HasField WatchMempoolResponse "tx" TxInMempool Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit

HasField WatchMempoolResponse "maybe'tx" (Maybe TxInMempool) Source # 
Instance details

Defined in Proto.Utxorpc.V1beta.Submit.Submit